Skip to content

Commit

Permalink
chore: run format and eslist
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Sep 12, 2024
1 parent 00ffa73 commit 262f96f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/server-admin-ui/src/views/appstore/Apps/Apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ const Apps = function (props) {
)}
</Button>
{props.appStore.installing.length > 0 && (
<Button
color={view === 'Installing' ? 'primary' : 'secondary'}
onClick={() => setSelectedView('Installing')}
>
Installing
<Button
color={view === 'Installing' ? 'primary' : 'secondary'}
onClick={() => setSelectedView('Installing')}
>
Installing
<span className="badge__update">
{props.appStore.installing.length}
</span>
</Button>
</Button>
)}
</div>
</div>
Expand Down

0 comments on commit 262f96f

Please sign in to comment.