minor vue fix

This commit is contained in:
Avris 2020-07-26 17:36:54 +02:00
parent 5669080405
commit 5be4f6beb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<SquareButton v-for="network in networks" :link="link(network)" :colour="colour(network)">
<SquareButton v-for="network in networks" :key="network" :link="link(network)" :colour="colour(network)">
<Icon :v="icon(network)" set="b"/>
</SquareButton>
</div>