mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #610
This commit is contained in:
@ -60,7 +60,9 @@ const TimelineActions: React.FC = () => {
|
||||
theme,
|
||||
type: 'error',
|
||||
message: t('common:message.error.message', {
|
||||
function: t(`componentTimeline:shared.actions.${correctParam.payload.property}.function`)
|
||||
function: t(
|
||||
`componentTimeline:shared.actions.${correctParam.payload.property}.function` as any
|
||||
)
|
||||
}),
|
||||
...(err.status &&
|
||||
typeof err.status === 'number' &&
|
||||
|
Reference in New Issue
Block a user