Commit d235d872 authored by Ben Wheeler's avatar Ben Wheeler

show remixed banner to all, not just new scratchers

parent 07568b0f
......@@ -144,7 +144,7 @@ const PreviewPresentation = ({
message={embedCensorMessage(visibilityInfo.message)}
/>);
}
} else if (justRemixed && isNewScratcher) {
} else if (justRemixed) {
banner = (
<Banner
className="banner-success"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment