Skip to content

Commit

Permalink
Adding condition to show Gpa component
Browse files Browse the repository at this point in the history
  • Loading branch information
drianne committed Nov 13, 2017
1 parent 7f78bd9 commit 826bdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gpa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row align-itens-arround">
<div class="col-5 align-content-center">
<p class="card-text">
<div class="number-circle">
<div class="number-circle " v-if = "gpa != 0">
<div class="gpa-font v-green" v-if="gpa > 3">
{{gpa}}
</div>
Expand Down

0 comments on commit 826bdd3

Please sign in to comment.