Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 9, 2020 15:00
Show Gist options
  • Save jsmanifest/1c8518cac7b74ddac745e30be43c54e3 to your computer and use it in GitHub Desktop.
Save jsmanifest/1c8518cac7b74ddac745e30be43c54e3 to your computer and use it in GitHub Desktop.
function resolveTimestampInjection(component) {
return function ({ displayTimestamp }) {
if (displayTimestamp === true) {
return {
time: new Date(currentDate).toLocaleTimeString(),
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment