mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 22:48:07 +01:00
Fix error boundary DOM
This commit is contained in:
parent
82cd138c89
commit
0ef6a114e7
1 changed files with 36 additions and 36 deletions
|
@ -50,6 +50,7 @@ export default class ErrorBoundary extends React.PureComponent {
|
|||
<h1><FormattedMessage id='web_app_crash.title' defaultMessage="We're sorry, but something went wrong with the Mastodon app." /></h1>
|
||||
<p>
|
||||
<FormattedMessage id='web_app_crash.content' defaultMessage='You could try any of the following:' />
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<FormattedMessage
|
||||
|
@ -86,7 +87,6 @@ export default class ErrorBoundary extends React.PureComponent {
|
|||
</li>
|
||||
)}
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue