Skip to content

Commit 644f305

Browse files
committed
Delete unnecessary conditional
1 parent 7b6e822 commit 644f305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const WorkspacesPageView: FC<
114114
filter={filter}
115115
/>
116116

117-
<Maybe condition={count !== undefined && count > limit}>
117+
<Maybe condition={count !== undefined}>
118118
<PaginationWidget
119119
prevLabel=""
120120
nextLabel=""

0 commit comments

Comments
 (0)