Fix syntax error in EnhancedGeometry.js - add missing closing parenthesis for React.memo()
Co-authored-by: alexpolo1 <14327609+alexpolo1@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ const Hint = React.memo(({ text, multiline = false }) => (
|
||||
}}></span>
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
));
|
||||
|
||||
// CSS for hover effect
|
||||
const style = document.createElement('style');
|
||||
|
||||
Reference in New Issue
Block a user