mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-03 22:40:22 -04:00
cleaning up
This commit is contained in:
@@ -153,12 +153,6 @@ export function PatternsTab({ context }) {
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
{/* {viewingIDIsValid && (
|
||||
<div className="flex items-center mb-2 space-x-2 overflow-auto">
|
||||
<h1 className="text-xl">{`${viewingPatternID}`}</h1>
|
||||
</div>
|
||||
)} */}
|
||||
|
||||
<PatternButtons
|
||||
onClick={(id) => updateCodeWindow({ ...userPatterns[id], collection: userPattern.collection }, false)}
|
||||
patterns={userPatterns}
|
||||
|
||||
Reference in New Issue
Block a user