fix(client): Add missing icon

This commit is contained in:
syuilo 2020-05-06 14:46:45 +09:00
parent 97cdfa662e
commit 766c00c305
1 changed files with 2 additions and 1 deletions

View File

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