Skip to content

Commit

Permalink
fix: removes failures from upcoming launches
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Reis committed May 26, 2021
1 parent 6999b92 commit 228988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Launch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</div>

<div class="col-span-12 md:col-span-4">
<div class="mb-8 mx-4">
<div class="mb-8 mx-4" v-if="!launch.upcoming">
<h2 class="text-2xl mb-4">Failures</h2>
<launch-failures :failures="launch.failures" />
</div>
Expand Down

0 comments on commit 228988c

Please sign in to comment.