Skip to content

Commit

Permalink
Remap session ID label from sessionId to Session ID (#929)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Apr 5, 2024
1 parent b110a8b commit 24d7249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dashboard/src/components/lift-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export const LiftSummary = ({ onClose, lift }: LiftSummaryProps): JSX.Element =>
displayValue = doorStateToString(value);
displayLabel = 'State';
break;
case 'sessionId':
displayLabel = 'Session ID';
break;
default:
break;
}
Expand Down

0 comments on commit 24d7249

Please sign in to comment.