Skip to content

Commit

Permalink
Merge pull request #3914 from novuhq/nv-2642-subscribers-list-ui
Browse files Browse the repository at this point in the history
feat: Subscribers list UI
  • Loading branch information
BiswaViraj authored Aug 5, 2023
2 parents 856d6a5 + 54c830b commit 97457c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/design-system/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export function Table<T extends object>({
{!loading && pagination && pageSize > 1 && pagination?.minimalPagination && (
<div
style={{
marginTop: '10px',
display: 'flex',
width: '100%',
justifyContent: 'center',
Expand Down

0 comments on commit 97457c2

Please sign in to comment.