Skip to content

Commit ff44abb

Browse files
committed
Fixes table blank state not spanning enough cols
1 parent d14c56b commit ff44abb

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ export default function Page() {
405405
))
406406
) : (
407407
<TableRow>
408-
<TableCell colSpan={5}>
408+
<TableCell colSpan={6}>
409409
<div className="grid place-items-center py-6 text-text-dimmed">
410-
No queues found
410+
<Paragraph>No queues found</Paragraph>
411411
</div>
412412
</TableCell>
413413
</TableRow>

0 commit comments

Comments
 (0)