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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user