Fixed cytoscape loading problem and sourcenode as trigger copy issue
This commit is contained in:
@@ -103,7 +103,8 @@ const Header = (props) => {
|
||||
serverside === true || typeof window === "undefined"
|
||||
? true
|
||||
: window.location.host === "localhost:3002" ||
|
||||
window.location.host === "shuffler.io";
|
||||
window.location.host === "shuffler.io" ||
|
||||
window.location.host === "localhost:5002";
|
||||
|
||||
const clearNotifications = () => {
|
||||
// Don't really care about the logout
|
||||
|
||||
Reference in New Issue
Block a user