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