Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
1c7f43cf
Commit
1c7f43cf
authored
Oct 08, 2017
by
Andrew Hrdy
Browse files
Small bug fix.
parent
026a4573
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/FacilityStatus.js
View file @
1c7f43cf
...
...
@@ -201,7 +201,7 @@ const FacilityStatus = ({classes, facility}) => {
label
=
'
OPEN 24/7
'
;
color
=
green
[
500
];
icon
=
<
DoneIcon
/>
;
}
else
if
(
isOpen
&&
time
>
6
0
)
{
}
else
if
(
isOpen
&&
time
>
3
0
)
{
label
=
'
OPEN
'
;
color
=
green
[
500
];
icon
=
<
DoneIcon
/>
;
...
...
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