mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix details on timeline
This commit is contained in:
@ -85,7 +85,6 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
||||
const showLocalCorrect = () => {
|
||||
if (localCorrupt) {
|
||||
displayMessage({
|
||||
autoHide: false,
|
||||
message: t('index.localCorrupt'),
|
||||
description: localCorrupt.length ? localCorrupt : undefined,
|
||||
type: 'error',
|
||||
|
Reference in New Issue
Block a user