aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch/Component.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch/Component.tsx')
-rw-r--r--src/features/quickSwitch/Component.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/quickSwitch/Component.tsx b/src/features/quickSwitch/Component.tsx
index a5c102386..4a48b1e6c 100644
--- a/src/features/quickSwitch/Component.tsx
+++ b/src/features/quickSwitch/Component.tsx
@@ -140,7 +140,7 @@ class QuickSwitchModal extends Component<IProps, IState> {
140 this.state.search && 140 this.state.search &&
141 compact(invoke(this.state.search, 'match', /^[\da-z]/i)).length > 0 141 compact(invoke(this.state.search, 'match', /^[\da-z]/i)).length > 0
142 ) { 142 ) {
143 // Apply simple search algorythm to list of all services 143 // Apply simple search algorithm to list of all services
144 services = this.props.stores!.services.allDisplayed; 144 services = this.props.stores!.services.allDisplayed;
145 services = services.filter( 145 services = services.filter(
146 service => 146 service =>