VERY temporary fix for HashRouter
This commit is contained in:
parent
a12e25c849
commit
e2cfd95a71
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const Actor = () => {
|
|||
<div>
|
||||
{actor?.biography ? (
|
||||
<a
|
||||
href="#"
|
||||
href="javascript:void"
|
||||
className={styles.Collapse}
|
||||
onClick={() =>
|
||||
setCollapsed(
|
||||
|
|
Reference in a new issue