forked from profectus/Profectus
Fixed achievements' gridables being broken
This commit is contained in:
parent
ae9578ad3a
commit
97f40bf4a2
8 changed files with 44 additions and 54 deletions
src/components/tree
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue