Skip to content

Commit

Permalink
refactor: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Jun 3, 2024
1 parent 8370915 commit d455ffa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/loader/src/linear-loader/linear-loader.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ export const OverlayComponent = (args) => (
</Cover>
</div>
)
OverlayComponent.args = { amount: 80, 'aria-label': 'Loader with Overlay Component', }
OverlayComponent.args = {
amount: 80,
'aria-label': 'Loader with Overlay Component',
}

export const RTL = (args) => (
<div dir="rtl">
Expand Down

0 comments on commit d455ffa

Please sign in to comment.