Skip to content

Commit

Permalink
🐛 Missing inherited stakeholder fixed (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 18, 2023
1 parent b8079fe commit fc62ad6
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 fc62ad6

Please sign in to comment.