Skip to content
Snippets Groups Projects
Commit 9595260f authored by Lukas's avatar Lukas
Browse files

Make comments search prop optional

parent e51567d9
Branches
Tags
1 merge request!514Add comment search to account page
Pipeline #112497 failed
......@@ -25,7 +25,7 @@ import { usePathname } from "next/navigation";
import { useRouter } from "next/router";
interface CommentsSearchProps {
isAccountPage: boolean;
isAccountPage?: boolean;
}
const CommentsSearch: React.FC<CommentsSearchProps> = ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment