hotfix: prettier fail

This commit is contained in:
Razboy20
2024-05-20 20:13:43 -05:00
parent d4611952d4
commit 07cadb8c62
3 changed files with 0 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ const meta = {
},
tags: ['autodocs'],
render(args) {
const [isOpen, setIsOpen] = useState(args.open);
return <CourseCatalogInjectedPopup {...args} open={isOpen} onClose={() => setIsOpen(false)} />;