Skip to content

Commit 9cece7f

Browse files
authored
Fix profile-page test lint (#13843)
1 parent c6973d1 commit 9cece7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/pages/profile-page/ProfilePage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function renderProfilePage(
6666
user: any,
6767
options?: RenderOptions & { initialRoute?: string }
6868
) {
69-
const { initialRoute, ...renderOptions } = options ?? {}
69+
const { ...renderOptions } = options ?? {}
7070
mswServer.use(
7171
mockUserByHandle(user),
7272
mockRelatedUsers(user),

0 commit comments

Comments
 (0)