1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-01 08:18:14 +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
};
},