1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

IconMap is type any

This commit is contained in:
Kyle Spearrin
2018-11-06 15:53:45 -05:00
parent 52e087e4dd
commit 7dcb9b5f8b

View File

@@ -15,7 +15,7 @@ import { ConstantsService } from '../../services/constants.service';
import { Utils } from '../../misc/utils';
const IconMap = {
const IconMap: any = {
'fa-globe': String.fromCharCode(0xf0ac),
'fa-sticky-note-o': String.fromCharCode(0xf24a),
'fa-id-card-o': String.fromCharCode(0xf2c3),