Remove unnecessary spreading
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2026-06-22 18:19:33 +03:00
parent b5a4e10fec
commit e9fec54dc4

View File

@@ -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,