cleanup
This commit is contained in:
parent
3cd59cdea5
commit
4fe75143d0
1 changed files with 0 additions and 2 deletions
|
|
@ -98,8 +98,6 @@ export function PatternsTab({ context }) {
|
|||
context.handleUpdate(patternData, reset);
|
||||
};
|
||||
const viewingPatternID = viewingPatternData?.id;
|
||||
const viewingIDIsValid = userPattern.isValidID(viewingPatternID);
|
||||
const isUserPattern = userPatterns[viewingPatternID] != null;
|
||||
|
||||
return (
|
||||
<div className="px-4 w-full dark:text-white text-stone-900 space-y-2 pb-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue