2
0

💚 Fix mockedUser default props

This commit is contained in:
Baptiste Arnaud
2024-02-02 14:48:09 +01:00
parent fd4867f3ae
commit 4122d73908

View File

@ -17,4 +17,5 @@ export const mockedUser: User = {
displayedInAppNotifications: { displayedInAppNotifications: {
[graphGestureNotficationKey]: true, [graphGestureNotficationKey]: true,
}, },
referral: null,
} }