Skip to content

Commit e51d632

Browse files
committed
fixes
1 parent 9e91b8c commit e51d632

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

apps/x/apps/renderer/src/components/version-history-panel.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ export function VersionHistoryPanel({
147147
{date} · {time}
148148
</span>
149149
</div>
150-
<div className="text-xs text-muted-foreground mt-0.5">
151-
{commit.author}
152-
{isLatest && ' (current)'}
153-
</div>
150+
{isLatest && (
151+
<div className="text-xs text-muted-foreground mt-0.5">
152+
Current version
153+
</div>
154+
)}
154155
</button>
155156
)
156157
})}

0 commit comments

Comments
 (0)