Skip to content

Commit

Permalink
docs: use correct user option for icon logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pg-ahenry committed Oct 12, 2023
1 parent 1adfeaa commit 7ce7b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-defaults-provider
:defaults="{
VIcon: {
color: user.api === 'inline' ? 'primary' : 'disabled'
color: user.pwaRefresh ? 'primary' : 'disabled'
}
}"
>
Expand Down

0 comments on commit 7ce7b02

Please sign in to comment.