Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
690da99d75
commit
8cf8937bc9
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ exports[`<ColumnBackButton /> renders correctly 1`] = `
|
||||||
<button
|
<button
|
||||||
className="column-back-button"
|
className="column-back-button"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyUp={[Function]}
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
alt="chevron-left"
|
alt="chevron-left"
|
||||||
|
|
|
@ -7,6 +7,7 @@ exports[`<ColumnBackButtonSlim /> renders correctly 1`] = `
|
||||||
<div
|
<div
|
||||||
className="column-back-button column-back-button--slim-button"
|
className="column-back-button column-back-button--slim-button"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyUp={[Function]}
|
||||||
role="button"
|
role="button"
|
||||||
tabIndex="0"
|
tabIndex="0"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue