From d1491a63c58dc0b3e105f47be19694be483c6324 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 6 Dec 2024 08:01:14 -0500 Subject: [PATCH] STCOR-921 typo: add missing whitespace --- .../SessionEventContainer/FixedLengthSessionWarning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SessionEventContainer/FixedLengthSessionWarning.js b/src/components/SessionEventContainer/FixedLengthSessionWarning.js index 8871979e4..df6097add 100644 --- a/src/components/SessionEventContainer/FixedLengthSessionWarning.js +++ b/src/components/SessionEventContainer/FixedLengthSessionWarning.js @@ -49,7 +49,7 @@ const FixedLengthSessionWarning = () => { return '00:00'; }; - return {timestampFormatter()}; + return {timestampFormatter()}; }; export default FixedLengthSessionWarning;