Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 9d1d336

Browse files
committed
Update snapshots
1 parent a9628ee commit 9d1d336

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

frontend/src/components/__snapshots__/CompatSession.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`<CompatSession /> > renders a finished session 1`] = `
1313
onMouseLeave={[Function]}
1414
onTouchStart={[Function]}
1515
role="link"
16-
style={{}}
1716
>
1817
<header
1918
className="_cardHeader_e2909e"
@@ -97,7 +96,6 @@ exports[`<CompatSession /> > renders an active session 1`] = `
9796
onMouseEnter={[Function]}
9897
onMouseLeave={[Function]}
9998
onTouchStart={[Function]}
100-
style={{}}
10199
>
102100
<header
103101
className="_cardHeader_e2909e"

frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`<OAuth2Session /> > renders a finished session 1`] = `
1313
onMouseLeave={[Function]}
1414
onTouchStart={[Function]}
1515
role="link"
16-
style={{}}
1716
>
1817
<header
1918
className="_cardHeader_e2909e"
@@ -94,7 +93,6 @@ exports[`<OAuth2Session /> > renders an active session 1`] = `
9493
onMouseEnter={[Function]}
9594
onMouseLeave={[Function]}
9695
onTouchStart={[Function]}
97-
style={{}}
9896
>
9997
<header
10098
className="_cardHeader_e2909e"
@@ -207,7 +205,6 @@ exports[`<OAuth2Session /> > renders correct icon for a native session 1`] = `
207205
onMouseLeave={[Function]}
208206
onTouchStart={[Function]}
209207
role="link"
210-
style={{}}
211208
>
212209
<header
213210
className="_cardHeader_e2909e"

0 commit comments

Comments
 (0)