Skip to content

Commit

Permalink
Hide entire segment
Browse files Browse the repository at this point in the history
  • Loading branch information
corydickson committed Jan 12, 2021
1 parent bb04ce4 commit f1806a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/dashboard/templates/board/ptokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
</div>
</div>
</header>
{ % if has_ptoken_auth % }
<section class="container">
<section v-if="has_ptoken_auth" class="container">
<div class="row">
<div class="col-12">
<div class="bg-white rounded border my-4">
Expand Down Expand Up @@ -96,7 +95,6 @@
</div>
</div>
</section>
{ % endif % }

<section class="container">
<div class="row">
Expand Down

0 comments on commit f1806a8

Please sign in to comment.