We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14c56b commit ff44abbCopy full SHA for ff44abb
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx
@@ -405,9 +405,9 @@ export default function Page() {
405
))
406
) : (
407
<TableRow>
408
- <TableCell colSpan={5}>
+ <TableCell colSpan={6}>
409
<div className="grid place-items-center py-6 text-text-dimmed">
410
- No queues found
+ <Paragraph>No queues found</Paragraph>
411
</div>
412
</TableCell>
413
</TableRow>
0 commit comments