1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 23:31:48 +09:00

fix(client): Add missing icon

This commit is contained in:
syuilo 2020-05-06 14:46:45 +09:00
parent 97cdfa662e
commit 766c00c305

View File

@ -126,7 +126,8 @@ export default Vue.extend({
name: 'flags',
icon: faFlag,
isActive: false
}]
}],
faAsterisk
};
},