Skip to content

Commit 350ea15

Browse files
authored
Add ) after Date and Time in DB migration (RocketChat#21519)
1 parent 0136df5 commit 350ea15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/views/admin/info/DeploymentCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const DeploymentCard = memo(function DeploymentCard({ info, statistics, instance
5252
() =>
5353
`${statistics.migration.version} (${formatDateAndTime(
5454
statistics.migration.lockedAt,
55-
)}`,
55+
)})`,
5656
)}
5757
</Card.Col.Section>
5858
<Card.Col.Section>

0 commit comments

Comments
 (0)