Skip to content

Commit b08a916

Browse files
author
prettifier[bot]
authoredDec 4, 2021
Format fb90e68
1 parent fb90e68 commit b08a916

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/hooks/groups/usePostActions.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export interface ProblemSubmissionRequestData {
3131

3232
export function usePostActions(groupId: string) {
3333
const firebaseApp = useFirebaseApp();
34-
const { firebaseUser, setUserProgressOnProblems } =
35-
useContext(UserDataContext);
34+
const { firebaseUser, setUserProgressOnProblems } = useContext(
35+
UserDataContext
36+
);
3637

3738
const updatePost = async (postId: string, updatedData: Partial<PostData>) => {
3839
await updateDoc(

0 commit comments

Comments
 (0)