mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Update Push.tsx
This commit is contained in:
@ -168,7 +168,6 @@ const TabMePush: React.FC = () => {
|
|||||||
<MenuRow
|
<MenuRow
|
||||||
title={t('me.push.decode.heading')}
|
title={t('me.push.decode.heading')}
|
||||||
description={t('me.push.decode.description')}
|
description={t('me.push.decode.description')}
|
||||||
loading={instancePush?.decode}
|
|
||||||
switchDisabled={!pushEnabled || !instancePush?.global}
|
switchDisabled={!pushEnabled || !instancePush?.global}
|
||||||
switchValue={instancePush?.decode}
|
switchValue={instancePush?.decode}
|
||||||
switchOnValueChange={() =>
|
switchOnValueChange={() =>
|
||||||
|
Reference in New Issue
Block a user