mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-18 07:48:32 -05: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