Skip to content

Commit

Permalink
Fikset slik at riktig event owners blir vist i riktig tab (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTB03 authored Apr 6, 2024
1 parent 751717e commit 88abf0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ const EventCardsDisplayer: FC<Props> = () => {
<EventCards event={"Samfundet"} motiveResponse={motiveResponse} />
</TabPanel>
<TabPanel value={value} index={1}>
<EventCards event={"Samfundet"} motiveResponse={motiveResponse} />
<EventCards event={"ISFIT"} motiveResponse={motiveResponse} />
</TabPanel>
<TabPanel value={value} index={2}>
<EventCards event={"Samfundet"} motiveResponse={motiveResponse} />
<EventCards event={"UKA"} motiveResponse={motiveResponse} />
</TabPanel>
</>
);
Expand Down

0 comments on commit 88abf0c

Please sign in to comment.