Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lol oops
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 9599a53 commit b234471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/hammer.tsx
Expand Up @@ -123,7 +123,7 @@ export default function () {
<CardHeader>
<Heading size="md">
{new Date(
parseInt(entry.entry.properties.executed_at.integerValue),
parseInt(entry.entity.properties.executed_at.integerValue),
).toLocaleString()}
</Heading>
</CardHeader>
Expand Down

0 comments on commit b234471

Please sign in to comment.