Skip to content

Commit

Permalink
lint fi
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Nov 26, 2024
1 parent e3e2baa commit 4a1a92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function WorkspaceCompanyCardsListHeaderButtons({policyID, selectedFeed, shouldS
</PressableWithFeedback>

<View style={[styles.flexRow, styles.gap2]}>
{shouldShowAssignCardButton && (
{!!shouldShowAssignCardButton && (
<Button
success
isDisabled={!currentFeedData || !!currentFeedData?.pending || !!currentFeedData?.errors}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import ROUTES from '@src/ROUTES';
import type SCREENS from '@src/SCREENS';
import {AssignCardData, AssignCardStep} from '@src/types/onyx/AssignCard';
import type {AssignCardData, AssignCardStep} from '@src/types/onyx/AssignCard';
import {isEmptyObject} from '@src/types/utils/EmptyObject';
import WorkspaceCompanyCardPageEmptyState from './WorkspaceCompanyCardPageEmptyState';
import WorkspaceCompanyCardsFeedPendingPage from './WorkspaceCompanyCardsFeedPendingPage';
Expand Down

0 comments on commit 4a1a92d

Please sign in to comment.