diff --git a/src/components/left/settings/SettingsPrivacyActiveSessions.tsx b/src/components/left/settings/SettingsPrivacyActiveSessions.tsx index 139f0e1cc..cb7205bae 100644 --- a/src/components/left/settings/SettingsPrivacyActiveSessions.tsx +++ b/src/components/left/settings/SettingsPrivacyActiveSessions.tsx @@ -117,9 +117,7 @@ const SettingsPrivacyActiveSessions: FC = ({ return (
{currentSession && renderCurrentSession(currentSession)} - {otherSessions && renderOtherSessions(otherSessions)} - {otherSessions && ( = ({ confirmHandler={handleTerminateAllSessions} confirmIsDestructive /> - )}; + )}
); };