mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-01 13:08:09 +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 }) {
|
function handleSwitchTab({ ctx, tab }: { ctx: Tabs; tab: string }) {
|
||||||
console.log(tab);
|
|
||||||
ctx.setState({ currentTab: tab });
|
ctx.setState({ currentTab: tab });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue