diff --git a/rsconcept/frontend/src/components/BackendError.tsx b/rsconcept/frontend/src/components/BackendError.tsx index 756a7fed..161bc68b 100644 --- a/rsconcept/frontend/src/components/BackendError.tsx +++ b/rsconcept/frontend/src/components/BackendError.tsx @@ -59,10 +59,9 @@ function DescribeError(error: ErrorInfo) { function BackendError({ error }: BackendErrorProps) { return ( -
- {DescribeError(error)} -
- ); +
+ {DescribeError(error)} +
); } export default BackendError; diff --git a/rsconcept/frontend/src/components/Common/Button.tsx b/rsconcept/frontend/src/components/Common/Button.tsx index f0d6b17c..c4d4c206 100644 --- a/rsconcept/frontend/src/components/Common/Button.tsx +++ b/rsconcept/frontend/src/components/Common/Button.tsx @@ -1,4 +1,4 @@ -import { IColorsProps, IControlProps } from '../commonInterfaces' +import { IColorsProps, IControlProps } from '../commonInterfaces'; interface ButtonProps extends IControlProps, IColorsProps, Omit, 'className' | 'children' | 'title'| 'type'> { diff --git a/rsconcept/frontend/src/components/Common/ConceptSearch.tsx b/rsconcept/frontend/src/components/Common/ConceptSearch.tsx index a12f3435..e6f1a3d7 100644 --- a/rsconcept/frontend/src/components/Common/ConceptSearch.tsx +++ b/rsconcept/frontend/src/components/Common/ConceptSearch.tsx @@ -14,10 +14,9 @@ function ConceptSearch({ value, onChange, dense }: ConceptSearchProps) {
- (onChange ? onChange(event.target.value) : undefined)} diff --git a/rsconcept/frontend/src/components/Common/Dropdown.tsx b/rsconcept/frontend/src/components/Common/Dropdown.tsx index 1ad70286..f2e9a239 100644 --- a/rsconcept/frontend/src/components/Common/Dropdown.tsx +++ b/rsconcept/frontend/src/components/Common/Dropdown.tsx @@ -10,8 +10,7 @@ function Dropdown({ children, dimensions = 'w-fit', stretchLeft }: DropdownProps
{children}
- - ); + ); } export default Dropdown; diff --git a/rsconcept/frontend/src/components/Common/DropdownButton.tsx b/rsconcept/frontend/src/components/Common/DropdownButton.tsx index 60999f63..62f56f63 100644 --- a/rsconcept/frontend/src/components/Common/DropdownButton.tsx +++ b/rsconcept/frontend/src/components/Common/DropdownButton.tsx @@ -9,15 +9,14 @@ function DropdownButton({ tooltip, onClick, disabled, children }: DropdownButton const behavior = onClick ? 'cursor-pointer disabled:cursor-not-allowed clr-hover' : 'cursor-default'; const text = disabled ? 'text-controls' : ''; return ( - - ); + ); } export default DropdownButton; diff --git a/rsconcept/frontend/src/components/Common/DropdownCheckbox.tsx b/rsconcept/frontend/src/components/Common/DropdownCheckbox.tsx index 2fe4afe7..404a8725 100644 --- a/rsconcept/frontend/src/components/Common/DropdownCheckbox.tsx +++ b/rsconcept/frontend/src/components/Common/DropdownCheckbox.tsx @@ -11,18 +11,17 @@ interface DropdownCheckboxProps { function DropdownCheckbox({ tooltip, setValue, disabled, ...restProps }: DropdownCheckboxProps) { const behavior = (setValue && !disabled) ? 'clr-hover' : ''; return ( -
- -
- ); +
+ +
); } export default DropdownCheckbox; diff --git a/rsconcept/frontend/src/components/Common/EmbedYoutube.tsx b/rsconcept/frontend/src/components/Common/EmbedYoutube.tsx index f33f515b..88fd20d7 100644 --- a/rsconcept/frontend/src/components/Common/EmbedYoutube.tsx +++ b/rsconcept/frontend/src/components/Common/EmbedYoutube.tsx @@ -9,22 +9,20 @@ function EmbedYoutube({ videoID, pxHeight, pxWidth }: EmbedYoutubeProps) { pxWidth = pxHeight * 16 / 9; } return ( -
-