mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-17 17:59:45 +02: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