mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Removed unnecessary line
This commit is contained in:
parent
87d594469f
commit
5590a31e15
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
|||
<li class="<?php echo $isSyncAgreed ? "" : "disabled" ?>">
|
||||
<span><?php echo $isSyncAgreed ? "✓" : "☐" ?></span>
|
||||
<p>Agree to sync</p>
|
||||
<p <?php echo $isSyncAgreed ? "hidden" : "" ?>>(click <a id="scroll-sync" href="#">here</a> to agree to sync your content)</p>
|
||||
</li>
|
||||
|
||||
<li class="<?php echo $isRewardClaimed && $isSyncAgreed ? "" : "disabled" ?>">
|
||||
|
|
Loading…
Add table
Reference in a new issue