diff --git a/ts/components/session/settings/SessionSettings.tsx b/ts/components/session/settings/SessionSettings.tsx index 41dc10d82..66cad1767 100644 --- a/ts/components/session/settings/SessionSettings.tsx +++ b/ts/components/session/settings/SessionSettings.tsx @@ -630,6 +630,7 @@ export class SettingsView extends React.Component { await currentModel.unblock(); } else { await BlockedNumberController.unblock(blockedNumber); + this.forceUpdate(); } ToastUtils.push({ title: window.i18n('unblocked'),