From 85a6b578ad47c65320e76f85578eced38b8885c9 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 6 Dec 2024 08:07:13 -0500 Subject: [PATCH] STCOR-921 typo: add missing whitespace (#1575) Refs STCOR-921 --- .../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;