mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
Remove unnecessary spreading
This commit is contained in:
@@ -30,9 +30,7 @@ export const loader = async ({ params }: LoaderFunctionArgs) => {
|
||||
: [];
|
||||
|
||||
return {
|
||||
user: {
|
||||
...user,
|
||||
},
|
||||
user,
|
||||
customTheme: user.customTheme,
|
||||
type: widgetsEnabled ? ("new" as const) : ("old" as const),
|
||||
mutualFriends,
|
||||
|
||||
Reference in New Issue
Block a user