Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tiagovignatti/e8ff875c23e288fe8750481ca970d946 to your computer and use it in GitHub Desktop.
Save tiagovignatti/e8ff875c23e288fe8750481ca970d946 to your computer and use it in GitHub Desktop.
diff --git a/src/components/Experience.vue b/src/components/Experience.vue
index 4786dff..d83de6a 100644
--- a/src/components/Experience.vue
+++ b/src/components/Experience.vue
@@ -27,7 +27,7 @@
{{ xp.course }}
</v-list-item-subtitle>
<v-list-item-subtitle>
- Código da Experiência: {{ xp.ua_code }}
+ {{ type }} • Código da Experiência: {{ xp.ua_code }}
</v-list-item-subtitle>
<v-row v-if='xp.description'>
<v-col cols='12' class='d-inline-flex align-start'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment