diff --git a/src/core/components/ActivityCodeLog.jsx b/src/core/components/ActivityCodeLog.jsx index cf284e6..77c58df 100644 --- a/src/core/components/ActivityCodeLog.jsx +++ b/src/core/components/ActivityCodeLog.jsx @@ -33,4 +33,5 @@ const ActivityCodeLog = memo(({ activity_code }) => { return null; }); +ActivityCodeLog.displayName = "ActivityCodeLog"; export default ActivityCodeLog;