mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 17:09:09 +00:00
fix: link
prevent link from navigating
This commit is contained in:
@@ -40,7 +40,7 @@ export default function InfoNif() {
|
|||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
key={e.address}
|
key={e.address}
|
||||||
href='/'
|
href='#!'
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
handleLink(baseURL.replace('__IP__', e.address))
|
handleLink(baseURL.replace('__IP__', e.address))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user