Skip to content

Commit

Permalink
there might be an update to the extensions library soon
Browse files Browse the repository at this point in the history
  • Loading branch information
dumorando authored Mar 15, 2024
1 parent dcefb14 commit 3bef4ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ class Interface extends React.Component {
/>
{isHomepage ? (
<React.Fragment>
<div className={styles.remixWarningBox}>
<p>If you would like your extension removed/added to Snail IDE, please contact us in some way.</p>
</div>
{/* project not approved message */}
{(window.LastFetchedProject) != null && (window.LastFetchedProject.accepted == false) ? (
<div className={styles.remixWarningBox}>
Expand Down Expand Up @@ -498,4 +495,4 @@ const WrappedInterface = compose(
TWPackagerIntegrationHOC
)(ConnectedInterface);

export default WrappedInterface;
export default WrappedInterface;

0 comments on commit 3bef4ed

Please sign in to comment.