fix(overview): Canvas not displaying correctly (#1032)

This commit is contained in:
Rémi Marseault 2023-08-08 20:04:18 +02:00 committed by GitHub
parent 743815adf0
commit b68c4870ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
{{ $t('modals.detail.pageOverview.waitingForMetadata') }}
</span>
</div>
<div v-else-if="!shouldRenderPieceStates">
<div v-else-if="shouldRenderPieceStates">
<canvas id="pieceStates" width="0" height="1" />
</div>
<div v-if="!isFetchingMetadata && !shouldRenderPieceStates">