mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
chore: improve background back btn, update dependencies
This commit is contained in:
@@ -209,10 +209,7 @@ export default function PhotoInformation({ info, url, api }) {
|
||||
ariaHideApp={false}
|
||||
onRequestClose={() => openShareModal(false)}
|
||||
>
|
||||
<ShareModal
|
||||
data={info.url}
|
||||
modalClose={() => openShareModal(false)}
|
||||
/>
|
||||
<ShareModal data={info.url} modalClose={() => openShareModal(false)} />
|
||||
</Modal>
|
||||
{localStorage.getItem('widgetStyle') === 'legacy' && (
|
||||
<div className="photoInformation-legacy">
|
||||
|
||||
Reference in New Issue
Block a user