Skip to content

Commit

Permalink
return value
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 17, 2024
1 parent 464a928 commit 75ae15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utilities/valueUnits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const isMemoryLimitLarger = (

export const formatMemory = (value?: ValueUnitString): ValueUnitString | undefined => {
if (!value) {
return;
return value;
}

const match = value.match(/^(\d*\.?\d*)(.*)$/);
Expand Down

0 comments on commit 75ae15a

Please sign in to comment.