"chore: update frontend dev script to include lint checks and add ESLint config file"
This commit is contained in:
@@ -106,7 +106,8 @@ export function CalendarToolbar({
|
||||
<Iconify icon="eva:arrow-ios-back-fill" />
|
||||
</IconButton>
|
||||
|
||||
<Typography variant="h6">{date}</Typography>
|
||||
{/* FIXME: no raw json output in html */}
|
||||
<Typography variant="h6">{JSON.stringify({ date })}</Typography>
|
||||
|
||||
<IconButton onClick={onNextDate}>
|
||||
<Iconify icon="eva:arrow-ios-forward-fill" />
|
||||
|
Reference in New Issue
Block a user