Skip to content

Commit

Permalink
small code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juhanikat authored and iritmaximus committed Oct 18, 2024
1 parent 54526a8 commit 8b753d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ export const TimeBoundSelection = <T extends object, ParentType extends object>(
</Modal>
</Box>
)

const editingComponent = (
<TextField
variant="outlined"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Grouped = ({
<Card style={styles}>
{title && (
<>
<Typography sx={{ fontSize: 16 }} color={'text.secondary'} gutterBottom>
<Typography sx={{ fontSize: 16 }} color="text.secondary" gutterBottom>
{title}
</Typography>
<Divider />
Expand Down

0 comments on commit 8b753d0

Please sign in to comment.