Skip to content

Commit

Permalink
removed trailing space to pass test and check
Browse files Browse the repository at this point in the history
  • Loading branch information
williamw04 committed Nov 26, 2024
1 parent 3c1f4a0 commit 174a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/components/RadarChartComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function RadarChartComponent() {
const selectedGroups = useAppSelector(selectSelectedGroups);
const meterDataById = useAppSelector(selectMeterDataById);
const groupDataById = useAppSelector(selectGroupDataById);

if (meterIsLoading || groupIsLoading) {
return <SpinnerComponent loading width={50} height={50} />;
// return <SpinnerComponent loading width={50} height={50} />
Expand Down

0 comments on commit 174a74e

Please sign in to comment.