Промежуточный этап синхронизации
This commit is contained in:
@@ -44,7 +44,7 @@ export function useDialog() : {
|
||||
const privateKey = usePrivateKeyHash();
|
||||
const privatePlain = usePrivatePlain();
|
||||
const {writeFile} = useFileStorage();
|
||||
const protocolState = useProtocolState();
|
||||
const [protocolState] = useProtocolState();
|
||||
const {hasGroup, getGroupKey} = useGroups();
|
||||
const {warn} = useConsoleLogger('useDialog');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user