Skip to content

Commit a164794

Browse files
committed
chore: prettier
1 parent bea1eb5 commit a164794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/src/__tests__/useMutationState.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('useIsMutating', () => {
116116
return null
117117
}
118118

119-
const IsMutating = React.memo(IsMutatingBase);
119+
const IsMutating = React.memo(IsMutatingBase)
120120

121121
function Page() {
122122
const { mutate: mutate1 } = useMutation({

0 commit comments

Comments
 (0)