Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 20, 2025
1 parent 68e315e commit 953b366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/common/OptionSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
export let onRightIconTap: (item, e) => void = null;
let filteredOptions: OptionType[] | ObservableArray<OptionType> = null;
let filter: string = null;
DEV_LOG && console.log('options', options);
// technique for only specific properties to get updated on store change
$: ({ colorOutline } = $colors);
Expand Down

0 comments on commit 953b366

Please sign in to comment.