Skip to content

Commit 1887d30

Browse files
committed
fix bug with direct feeds
1 parent 8179d43 commit 1887d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/Tables/WorkspaceCompanyCardsTable

src/components/Tables/WorkspaceCompanyCardsTable/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ function WorkspaceCompanyCardsTable({
387387

388388
{!isLoading && isFeedPending && (
389389
<View style={styles.flex1}>
390+
{shouldUseNarrowTableLayout && headerButtonsComponent}
390391
<WorkspaceCompanyCardsFeedPendingPage />
391392
</View>
392393
)}

0 commit comments

Comments
 (0)