search page
This commit is contained in:
@@ -7,7 +7,6 @@ interface ISwitchProps {
|
||||
|
||||
const Switch = ({ switcher, onClick }: ISwitchProps) => {
|
||||
function handleOnClick() {
|
||||
// setIsSwitched((prev) => !prev);
|
||||
onClick(switcher.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user