We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416f88b commit 5fa82b3Copy full SHA for 5fa82b3
1 file changed
frontend/components/JobApplicationsDashboard.tsx
@@ -635,14 +635,14 @@ export default function JobApplicationsDashboard({
635
Download CSV
636
</Button>
637
{!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>
+ <Button
+ className="w-full sm:w-auto"
+ color="secondary"
+ variant="bordered"
+ onPress={() => setShowModal(true)}
+ >
+ Change Start Date
+ </Button>
646
)}
647
648
<Button
0 commit comments