Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
b2569246
Unverified
Commit
b2569246
authored
Nov 19, 2018
by
Amaury Martiny
Committed by
GitHub
Nov 19, 2018
Browse files
Merge pull request #259 from paritytech/am-fix-ci-2
Add default case
parents
89a5e5cc
0538928d
Pipeline
#26149
failed with stages
in 6 minutes and 26 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
packages/fether-react/src/RequireHealthOverlay/RequireHealthOverlay.js
View file @
b2569246
...
@@ -19,6 +19,8 @@ function statusMatches (status, require) {
...
@@ -19,6 +19,8 @@ function statusMatches (status, require) {
);
);
case
'
sync
'
:
case
'
sync
'
:
return
status
===
STATUS
.
GOOD
;
return
status
===
STATUS
.
GOOD
;
default
:
throw
new
Error
(
`Status '
${
status
}
' must be one of 'connected|sync'.`
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment