Skip to content

Commit 929109b

Browse files
authored
Kk 1508 hero image over login dropdown (#746)
* fix: mock type bug * fix: z-index bug
1 parent 1ebca26 commit 929109b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/domain/eventGroup/eventGroup.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
.eventGroupDecoration {
1010
max-width: 100%;
1111
margin-top: variables.$spacing-xs;
12-
z-index: 10;
1312
align-self: center;
1413
margin-bottom: -8%;
1514

src/domain/profile/modal/__tests__/RequestVerificationTokenButton.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('RequestVerificationTokenButton', () => {
5353

5454
type MockProps = {
5555
success: boolean;
56-
mutationCalledFunc?: ReturnType<typeof vi.fn>;
56+
mutationCalledFunc?: () => void;
5757
delayMs?: number;
5858
};
5959

0 commit comments

Comments
 (0)