We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179d43 commit 1887d30Copy full SHA for 1887d30
1 file changed
src/components/Tables/WorkspaceCompanyCardsTable/index.tsx
@@ -387,6 +387,7 @@ function WorkspaceCompanyCardsTable({
387
388
{!isLoading && isFeedPending && (
389
<View style={styles.flex1}>
390
+ {shouldUseNarrowTableLayout && headerButtonsComponent}
391
<WorkspaceCompanyCardsFeedPendingPage />
392
</View>
393
)}
0 commit comments