Skip to content

Commit 5fa82b3

Browse files
committed
lint
1 parent 416f88b commit 5fa82b3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

frontend/components/JobApplicationsDashboard.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -635,14 +635,14 @@ export default function JobApplicationsDashboard({
635635
Download CSV
636636
</Button>
637637
{!readOnly && (
638-
<Button
639-
className="w-full sm:w-auto"
640-
color="secondary"
641-
variant="bordered"
642-
onPress={() => setShowModal(true)}
643-
>
644-
Change Start Date
645-
</Button>
638+
<Button
639+
className="w-full sm:w-auto"
640+
color="secondary"
641+
variant="bordered"
642+
onPress={() => setShowModal(true)}
643+
>
644+
Change Start Date
645+
</Button>
646646
)}
647647
{!readOnly && (
648648
<Button

0 commit comments

Comments
 (0)