Last active
July 22, 2018 19:16
-
-
Save rolandpeelen/c2fabe9450d80539f3102c000d7202db to your computer and use it in GitHub Desktop.
A more functional approach
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const styleTime = ({completed, total}) => loadingStringIf(completed) || msAsHoursRounded(total) || msAsMinutesRounded(total) || msAsSecondsRounded(total) || loadingString(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment