Skip to content

Commit

Permalink
🐛 Missing inherited stakeholder fixed
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 committed Dec 18, 2023
1 parent fa663da commit c045112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const WaveStakeholdersTable: React.FC<IWaveStakeholdersTableProps> = ({
</Tr>
</Thead>
<ConditionalTableBody
isNoData={migrationWave.stakeholders.length === 0}
isNoData={migrationWave.allStakeholders.length === 0}
numRenderedColumns={numRenderedColumns}
>
<Tbody>
Expand Down

0 comments on commit c045112

Please sign in to comment.