Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): missing options label (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus authored Jun 2, 2021
1 parent ce7b676 commit c775a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
v-if="getOptions.length"
v-show="getOptions.length"
:class="{
'filters__filter--color': filter.name === 'color',
}"
Expand Down

1 comment on commit c775a4d

@vercel
Copy link

@vercel vercel bot commented on c775a4d Jun 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.