fix: open now displays correct times
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
if (opensFor) {
|
if (opensFor) {
|
||||||
return {
|
return {
|
||||||
isOpen: true,
|
isOpen: true,
|
||||||
message: `Open now for: ${minsToReadableHours(timeToMins(time))}`
|
message: `Open now for: ${minsToReadableHours(opensFor)}`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user