Fixed achievements' gridables being broken

This commit is contained in:
thepaperpilot 2021-06-22 07:17:22 -05:00
parent ae9578ad3a
commit 97f40bf4a2
8 changed files with 44 additions and 54 deletions
src/components/tree

View file

@ -12,7 +12,7 @@
small
}">
<LayerProvider :index="tab.index" :layer="id">
<button v-if="layer.shown" @click="clickTab" :style="style">
<button v-if="layer.shown" @click="clickTab" :style="style" :disabled="!unlocked">
<component :is="display" />
<branch-node :branches="layer.branches" :id="id" featureType="tree-node" />
</button>