mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
Fix after merge
This commit is contained in:
parent
c0af8544f7
commit
6b70d5dc25
@ -59,7 +59,7 @@ const SettingsActiveSessions: FC<OwnProps & StateProps> = ({
|
||||
|
||||
const lang = useLang();
|
||||
|
||||
useHistoryBack(isActive, onReset, onScreenSelect, SettingsScreens.PrivacyActiveSessions);
|
||||
useHistoryBack(isActive, onReset, onScreenSelect, SettingsScreens.ActiveSessions);
|
||||
|
||||
function renderCurrentSession(session: ApiSession) {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user