mirror of
https://github.com/franjsco/tick3t
synced 2025-02-05 20:53:25 +01:00
refactor: link in error card
This commit is contained in:
parent
468dc538e3
commit
73900ecca1
@ -50,7 +50,10 @@ class ViewTicket extends Component {
|
||||
|
||||
if (error) {
|
||||
return (
|
||||
<Card title="Error">
|
||||
<Card
|
||||
title="Error"
|
||||
footerLink={{path:"/", name:"Back to home"}}
|
||||
>
|
||||
<p>{error.message}</p>
|
||||
</Card>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user