Skip to content

Commit

Permalink
Hide details entirely until marathon is loaded
Browse files Browse the repository at this point in the history
The loading indicator from description is used for both,
if this gets re-used elsewhere, it'll need to add a loading widget.

Related to Issue #39
  • Loading branch information
BobChao87 committed Nov 29, 2021
1 parent 0a22e69 commit dec0f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/marathon/Details.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="marathon-details-container">
<div v-if="marathon && !marathon._fetching" class="marathon-details-container">
<div class="marathon-details-info-container">
<div class="info-box">
<p class="info-label">
Expand Down

0 comments on commit dec0f3c

Please sign in to comment.