mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 22:36:38 +00:00
Format all files
This commit is contained in:
@@ -17,7 +17,7 @@ export function UserProvider({ children, user: u }: UserProviderProps) {
|
||||
|
||||
const updateUser = (updatedUser: Partial<GetUserResponse>) => {
|
||||
if (!user) {
|
||||
throw new Error(t('userErrorNoUpdate'));
|
||||
throw new Error(t("userErrorNoUpdate"));
|
||||
}
|
||||
setUser((prev) => {
|
||||
if (!prev) {
|
||||
|
||||
Reference in New Issue
Block a user