Skip to content

Commit

Permalink
show newly installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 23, 2024
1 parent 255cb16 commit aeb7c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function NameCellRenderer(props) {
<div className="cell__renderer cell-version center">
<div className="version__container">
<span className="version">
v{props.data.installedVersion || props.data.version}
v{props.data.newVersion ? props.data.installedVersion : props.data.version}
</span>

{/*
Expand Down

0 comments on commit aeb7c5a

Please sign in to comment.