mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-29 12:04:04 +00:00
Remove console log
This commit is contained in:
parent
cf58a0c451
commit
132f241e63
|
@ -15,7 +15,6 @@ interface TabsState {
|
|||
}
|
||||
|
||||
function handleSwitchTab({ ctx, tab }: { ctx: Tabs; tab: string }) {
|
||||
console.log(tab);
|
||||
ctx.setState({ currentTab: tab });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue