mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-01-09 04:59:32 -06:00
fix app id
This commit is contained in:
@@ -47,7 +47,7 @@ export default async function AppPage({
|
||||
</Breadcrumb>
|
||||
<PageTitle
|
||||
title={app.name}
|
||||
subtitle={`App ID: "${app.id}"`}>
|
||||
subtitle={`App ID: ${app.id}`}>
|
||||
</PageTitle>
|
||||
<Card>
|
||||
<CardContent className="p-4 flex gap-4">
|
||||
|
||||
Reference in New Issue
Block a user