mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-05 04:28:10 +00:00
chore: minor stock naming improvements
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
{{ store.chosenStorageStockName.slice(0, 40) }}
|
||||
{{ store.chosenStorageStockName.length > 41 ? '...' : '' }}
|
||||
</span>
|
||||
|
|
||||
</b>
|
||||
|
||||
<span v-if="store.chosenStorageStockName && chosenRealComposition"> | </span>
|
||||
<b class="real-stock-info" v-if="chosenRealComposition">
|
||||
<span class="text--accent">
|
||||
<img :src="getIconURL(chosenRealComposition.type)" :alt="chosenRealComposition.type" />
|
||||
|
||||
Reference in New Issue
Block a user