diff --git a/src/playground/render-interface.jsx b/src/playground/render-interface.jsx index d99895d8ebe..4b64b5b57d2 100644 --- a/src/playground/render-interface.jsx +++ b/src/playground/render-interface.jsx @@ -413,27 +413,6 @@ class Interface extends React.Component {
- { - const projectDetails = getProjectDetailsById(window.LastFetchedProject.remix); - if (projectDetails && projectDetails.author) { - const username = projectDetails.author.username; - const profileUrl = `https://www.snail-ide.com/profile?user=${username}`; - window.open(profileUrl); - } else { - console.error("Author details not available."); - // Optionally, you can handle this case by setting a default author name or showing a message to the user - } - }} - > - {'View Profile'} - -
-
)}