Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
thecalcc committed Jul 8, 2024
1 parent 81ed1db commit 37b406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Assignments/FiltersBar.tsx
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ export const FiltersBar = ({
</StretchBar>
<DatePicker
headerButtonBar={[
{days: 0, label: gettext('Today')},
{days: 0, label: gettext("Today")},

Check failure on line 88 in client/components/Assignments/FiltersBar.tsx

GitHub Actions / client (14.x)

Strings must use singlequote
{days: 1, label: gettext("Tomorrow")},

Check failure on line 89 in client/components/Assignments/FiltersBar.tsx

GitHub Actions / client (14.x)

Extra space before value for key 'label'

Check failure on line 89 in client/components/Assignments/FiltersBar.tsx

GitHub Actions / client (14.x)

Strings must use singlequote
{days: 2, label: gettext("In 2 days")},

Check failure on line 90 in client/components/Assignments/FiltersBar.tsx

GitHub Actions / client (14.x)

Strings must use singlequote
]}

0 comments on commit 37b406f

Please sign in to comment.