Skip to content

Commit

Permalink
Merge pull request #1582 from BLSQ/IA-3356_homeonline_crash
Browse files Browse the repository at this point in the history
IA-3356: replace undeclared var staticUrl with window.STATIC_URL
  • Loading branch information
quang-le authored Aug 26, 2024
2 parents 3b447ad + d3a4528 commit 4b9de70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hat/assets/js/apps/Iaso/domains/home/HomeOnline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const HomeOnline: FunctionComponent = () => {
{APP_TITLE !== 'Iaso' && LOGO_PATH && (
<img
alt="logo"
src={`${staticUrl}${LOGO_PATH}`}
src={`${window.STATIC_URL}${LOGO_PATH}`}
style={{ width: 150, height: 'auto' }}
/>
)}
Expand Down

0 comments on commit 4b9de70

Please sign in to comment.