You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
frontend: add tests & stories for many components
Also more compound adoption Also prettier upgrade
This commit is contained in:
@@ -62,7 +62,7 @@ const endCompatSessionFamily = atomFamily((id: string) => {
|
||||
// A proxy atom which pre-sets the id variable in the mutation
|
||||
const endCompatSessionAtom = atom(
|
||||
(get) => get(endCompatSession),
|
||||
(get, set) => set(endCompatSession, { id })
|
||||
(get, set) => set(endCompatSession, { id }),
|
||||
);
|
||||
|
||||
return endCompatSessionAtom;
|
||||
|
||||
Reference in New Issue
Block a user