mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-18 13:56:17 +02:00
Fix lint.
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
exports[`<Button /> Render button correctly 1`] = `
|
||||
<button
|
||||
class="btn btn-primary "
|
||||
type="button"
|
||||
>
|
||||
|
||||
|
||||
@ -13,6 +14,7 @@ exports[`<Button /> Render button correctly 1`] = `
|
||||
exports[`<Button /> Render button with custom classes 1`] = `
|
||||
<button
|
||||
class="btn one two three"
|
||||
type="button"
|
||||
>
|
||||
|
||||
|
||||
@ -23,6 +25,7 @@ exports[`<Button /> Render button with custom classes 1`] = `
|
||||
exports[`<Button /> Render button with spinner 1`] = `
|
||||
<button
|
||||
class="btn btn-primary "
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
aria-hidden="true"
|
||||
|
Reference in New Issue
Block a user