Skip to content

Commit

Permalink
Only render project descriptor if it is set (#11164)
Browse files Browse the repository at this point in the history
This fixes a prop type check warning.
  • Loading branch information
nickrum committed Jan 19, 2022
1 parent c40585c commit 9498410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<latency-indicator />
<div class="name-container">
<v-text-overflow placement="right" class="name" :text="name" />
<v-text-overflow placement="right" class="descriptor" :text="descriptor" />
<v-text-overflow v-if="descriptor" placement="right" class="descriptor" :text="descriptor" />
</div>
</div>
</template>
Expand Down

0 comments on commit 9498410

Please sign in to comment.