|
|
|
@ -64,7 +64,7 @@ |
|
|
|
"ViewPublicationLink: Navigating to publication:", |
|
|
|
"ViewPublicationLink: Navigating to publication:", |
|
|
|
naddrAddress, |
|
|
|
naddrAddress, |
|
|
|
); |
|
|
|
); |
|
|
|
goto(`/publication/naddr/${encodeURIComponent(naddrAddress)}`); |
|
|
|
goto(`/publication/naddr/${naddrAddress}`); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
console.log("ViewPublicationLink: No naddr address found for event"); |
|
|
|
console.log("ViewPublicationLink: No naddr address found for event"); |
|
|
|
} |
|
|
|
} |
|
|
|
|