🚸 (js) Display last input if send message errored
This commit is contained in:
@@ -5,6 +5,7 @@ export const ErrorMessage = (props: Props) => {
|
||||
return (
|
||||
<div class="h-full flex justify-center items-center flex-col">
|
||||
<p class="text-2xl text-center">{props.error.message}</p>
|
||||
<p class="text-center">{props.error.cause as string}</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user