Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #329 from analytics-ufcg/corrige_bug_listagem_emenda
Browse files Browse the repository at this point in the history
Corrige botão de expandir desnecessário
  • Loading branch information
jairNeto authored Jun 17, 2019
2 parents 087e3f6 + a1b1ef6 commit fc6e39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/expanded/EventosInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div :class="{clickable: evento.collapsible}"
@click="toggleCollapseDescription(index)">
{{evento.texto}}
<span v-if="!isExpanded(index)" class="el-icon-circle-plus-outline"></span>
<span v-if="!isExpanded(index) && evento.collapsible" class="el-icon-circle-plus-outline"></span>
</div>
</td>
</tr>
Expand Down

0 comments on commit fc6e39f

Please sign in to comment.