mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
proper typings
This commit is contained in:
@@ -158,7 +158,7 @@ export class SettingsController {
|
||||
|
||||
rate() {
|
||||
this.$analytics.eventTrack('Rate Extension');
|
||||
BrowserApi.createNewTab(RateUrls[this.platformUtilsService.getDevice()]);
|
||||
BrowserApi.createNewTab((RateUrls as any)[this.platformUtilsService.getDevice()]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user