Skip to content

Commit

Permalink
Update MapsWidget.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Aug 21, 2024
1 parent 5a0f8e9 commit e36c6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/MapsWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function MapsWidget(props) {
}

useEffect(() => {
if (value && value.url && value.preview_url_loaded != value.url) {
if (value && value.url && value.preview_url_loaded !== value.url) {
fetch(
`${getBaseUrl(
'',
Expand Down

0 comments on commit e36c6a9

Please sign in to comment.