Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHericles committed Jan 9, 2024
1 parent 0515b8c commit 39e343d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion islands/NRF/HeroEditorTabbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const HeroEditorTabbed = () => {
<button
onClick={() => {
selectedTab.value = index;
console.log(selectedTab.value);
}}
class={`text-[12px] lg:text-[18px] py-2 font-medium border-b ${
index === selectedTab.value
Expand Down

0 comments on commit 39e343d

Please sign in to comment.