mirror of
https://github.com/tale/headplane.git
synced 2026-08-05 19:57:42 +00:00
fix: route errors should no longer use json
This commit is contained in:
@@ -81,7 +81,7 @@ export function ErrorPopup({ type = 'full' }: Props) {
|
||||
<Card.Text
|
||||
className={cn('mt-4 text-lg', routing ? 'font-normal' : 'font-mono')}
|
||||
>
|
||||
{routing ? error.data.message : message}
|
||||
{routing ? error.data : message}
|
||||
</Card.Text>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user