Skip to content

Commit

Permalink
Fix issue where avatar was not displaying on user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Oct 11, 2021
1 parent c13f25f commit 02ed4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/input/genericInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
</v-file-input>
</div>
</div>
-->
<div
v-else-if="item.fieldInfo.inputType === 'avatar'"
class="mb-4"
Expand Down Expand Up @@ -277,7 +278,6 @@
</template>
</v-file-input>
</div>
-->
<v-textarea
v-else-if="item.fieldInfo.inputType === 'textarea'"
v-model="item.value"
Expand Down

0 comments on commit 02ed4d1

Please sign in to comment.