mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
fix: minor fixes and cleanup
This commit is contained in:
@@ -22,9 +22,7 @@ export default function ShareModal({ modalClose, data }) {
|
||||
if (!data.data) {
|
||||
data.data.name = 'this image';
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
} catch (e) {}
|
||||
|
||||
return (
|
||||
<div className="smallModal">
|
||||
|
||||
Reference in New Issue
Block a user