Skip to content

Commit

Permalink
update results table
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch committed May 22, 2024
1 parent b01bda3 commit 906b5dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ResultsTable({ $expanded, option, onClick }: ResultsTableProps) {
return (
<Card
$expanded={$expanded}
$showFunding={!!option.allocatedFunding}
$showFunding={option.allocatedFunding !== null}
onClick={onClick}
$rowgap="2rem"
>
Expand Down

0 comments on commit 906b5dd

Please sign in to comment.