From db3693765d6fdd06f27c1a6318a284c582403db8 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 13 Jan 2022 12:21:47 -0700 Subject: [PATCH] Add icon for retaining event --- web/src/icons/StarRecording.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/icons/StarRecording.jsx b/web/src/icons/StarRecording.jsx index ffe792160..8bd741344 100644 --- a/web/src/icons/StarRecording.jsx +++ b/web/src/icons/StarRecording.jsx @@ -9,4 +9,4 @@ export function ArrowDropdown({ className = '' }) { ); } -export default memo(ArrowDropdown); +export default memo(StarRecording);