lint
This commit is contained in:
parent
5ea3d462b9
commit
95bbe73832
19 changed files with 38 additions and 58 deletions
|
|
@ -111,7 +111,11 @@ export default {
|
|||
type="button"
|
||||
role="tab"
|
||||
>
|
||||
<img src={props.image} alt={props['image-tooltip']} title={props['image-tooltip']} />
|
||||
<img
|
||||
src={props.image}
|
||||
alt={props['image-tooltip']}
|
||||
title={props['image-tooltip']}
|
||||
/>
|
||||
{props.label ? '' : props.label}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue