Skip to content

Commit d14dde3

Browse files
committed
fix: use grouped hackathon forms consistently
1 parent 0e5e716 commit d14dde3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/hackathon/[id].tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ import {
6565
textListOf,
6666
timeOf,
6767
} from '../../components/Activity/Hackathon/utility';
68+
import { Table } from 'react-bootstrap';
69+
import { has } from 'mobx';
6870

6971
interface HackathonDetailProps {
7072
activity: Activity;
@@ -253,6 +255,7 @@ const HackathonDetail: FC<HackathonDetailProps> = observer(({ activity, hackatho
253255
formGroups.find(({ key }) => key === 'Person') ||
254256
formGroups.find(({ key }) => key === 'Project') ||
255257
formGroups[0];
258+
256259
const heroPrimaryAction = primaryForm
257260
? {
258261
label: heroPrimaryActionLabel,

0 commit comments

Comments
 (0)