Skip to content
Snippets Groups Projects
Verified Commit 422eaa7d authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed empty bullet point

parent 6b25d263
No related branches found
No related tags found
No related merge requests found
Pipeline #4252 passed
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
You can connect your accounts on the following platforms to Retribute: You can connect your accounts on the following platforms to Retribute:
</p> </p>
<ul v-if="sources" class="browser-default"> <ul v-if="sources" class="browser-default">
<li v-for="source in sources" :key="source.id"> <li v-if="source.connect" v-for="source in sources" :key="source.id">
<a :href="source.url" target="_blank" rel="noopener">{{ source.label }}</a> <a :href="source.url" target="_blank" rel="noopener">{{ source.label }}</a>
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment