Skip to content

Commit 3fed465

Browse files
committed
a dependency
1 parent 640a293 commit 3fed465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/components/Header/MobileNav.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useContext, useEffect, useMemo, useState } from 'react';
1+
import React, { useContext, useMemo, useState } from 'react';
22
import styled from 'styled-components';
33
import { useDispatch, useSelector } from 'react-redux';
44
import { useTranslation } from 'react-i18next';
@@ -224,7 +224,7 @@ const MobileNav = () => {
224224
}
225225
}
226226

227-
const title = useMemo(resolveTitle, [pageName]);
227+
const title = useMemo(resolveTitle, [pageName, project.name]);
228228

229229
const Logo = AsteriskIcon;
230230
return (

0 commit comments

Comments
 (0)