Browse Source

fix linting

master
Trent Larson 6 days ago
parent
commit
881c5d287d
  1. 6
      src/views/NewEditProjectView.vue

6
src/views/NewEditProjectView.vue

@ -152,7 +152,11 @@
<div class="flex" @click="sendToTrustroots = !sendToTrustroots">
<input type="checkbox" class="mr-2" v-model="sendToTrustroots" />
<label>Send to Trustroots</label>
<fa icon="circle-info" class="text-blue-500 ml-2 cursor-pointer" @click.stop="showNostrPartnerInfo" />
<fa
icon="circle-info"
class="text-blue-500 ml-2 cursor-pointer"
@click.stop="showNostrPartnerInfo"
/>
</div>
<!--
<div class="flex" @click="sendToTripHopping = !sendToTripHopping">

Loading…
Cancel
Save