Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jan 30, 2024
1 parent 91753c2 commit d8d4dfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const ExecutiveDashboard: VFC = () => {
flagTrends={executiveDashboardData.flagTrends}
/>
</Widget>
</StyledGrid>
</StyledGrid>
</>
);
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Settings } from '@mui/icons-material';
import { Box, Typography, styled } from '@mui/material';
import { HelpIcon } from 'component/common/HelpIcon/HelpIcon';

const StyledContent = styled(Box)(({ theme }) => ({
borderRadius: `${theme.shape.borderRadiusLarge}px`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from 'chart.js';
import { Line } from 'react-chartjs-2';
import 'chartjs-adapter-date-fns';
import { Paper, Theme, Typography, useTheme } from '@mui/material';
import { Theme, useTheme } from '@mui/material';
import {
useLocationSettings,
type ILocationSettings,
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/component/executiveDashboard/Widget/Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export const Widget: FC<{
{title}
<ConditionallyRender
condition={Boolean(tooltip)}
show={<HelpIcon htmlTooltip tooltip={tooltip} />} />
show={<HelpIcon htmlTooltip tooltip={tooltip} />}
/>
</Typography>
{children}
</Paper>
Expand Down

0 comments on commit d8d4dfc

Please sign in to comment.