1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-23 18:49:50 +01:00
parent f3c40e9486
commit 3594500b3e
7 changed files with 35 additions and 6 deletions

View File

@ -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' &&