Skip to content

Commit c4adcf7

Browse files
Copilotcommjoen
andcommitted
Fix precommit trailing whitespace issue in AdminPage.js
Co-authored-by: commjoen <[email protected]>
1 parent 0d45b5a commit c4adcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrongsecrets-balancer/ui/src/pages/AdminPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function selectUnit(date) {
1111
const diffInMs = now.getTime() - date.getTime();
1212
const diffInSeconds = diffInMs / 1000;
1313
const absDiffInSeconds = Math.abs(diffInSeconds);
14-
14+
1515
// For FormattedRelativeTime: negative values = past, positive values = future
1616
if (absDiffInSeconds < 60) {
1717
return { value: -Math.round(diffInSeconds), unit: 'second' };

0 commit comments

Comments
 (0)