Skip to content

Commit b07a02b

Browse files
update panel snapshot
1 parent dbb2dab commit b07a02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/panel/__snapshots__/panel.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ exports[`panel structure : default options 1`] = `
103103
tab-id="4"
104104
>
105105
<div
106-
class="custom-panel"
106+
className="custom-panel"
107107
>
108108
panel 4 is not selected
109109
</div>
@@ -152,7 +152,7 @@ exports[`panel structure : rtl and none accessibility options 1`] = `
152152
tab-id="4"
153153
>
154154
<div
155-
class="custom-panel"
155+
className="custom-panel"
156156
>
157157
panel 4 is not selected
158158
</div>

0 commit comments

Comments
 (0)