Skip to content

Commit

Permalink
enhance: show less tickets (to avoid scrollbar)
Browse files Browse the repository at this point in the history
Another PR may require this value to change further:
#312
  • Loading branch information
wesleyboar committed Sep 7, 2023
1 parent dc93ae4 commit cf433fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tup-components/src/tickets/TicketsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import './TicketsTable.global.css';
import { formatDate } from '../utils/timeFormat';
import { EmptyTablePlaceholder } from '../utils';

const TICKETS_DASHBOARD_DISPLAY_LIMIT = 12;
const TICKETS_DASHBOARD_DISPLAY_LIMIT = 8;

export const getStatusText = (status: string) => {
switch (status) {
Expand Down

0 comments on commit cf433fd

Please sign in to comment.