Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Mar 4, 2024
1 parent 8454e0f commit c91e707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/tags/WorkspaceTagsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function WorkspaceTagsPage({policyTags, route}: WorkspaceTagsPageProps) {
})),
)
.flat(),
[policyTags, selectedTags, styles.alignSelfCenter, styles.disabledText, styles.flexRow, styles.p1, styles.pl2, theme.icon, translate],
[policyTagLists, selectedTags, styles.alignSelfCenter, styles.disabledText, styles.flexRow, styles.p1, styles.pl2, theme.icon, translate],
);

const toggleTag = (tag: PolicyForList) => {
Expand Down

0 comments on commit c91e707

Please sign in to comment.