0.7.1
Fixed
- Removed an unnecessary type assertion in the settings tab, flagged by the community-store
review (no-unnecessary-type-assertion,SettingsTab.ts).SettingDefinition.action
already carries the asserted signature after thetypeof === 'function'guard.