fix: remove unnecessary property

This commit is contained in:
Johnny Almonte
2020-06-26 10:55:22 -04:00
parent 45fe64191d
commit ff20b9d6e6

View File

@@ -26,7 +26,6 @@ type UpdateActionParams = {
type UpdateExtensionParams = {
hidden?: boolean
loading?: boolean
}
class ActionsMenuCtrl extends PureViewCtrl implements ActionsMenuScope {