Skip to content

Commit

Permalink
remove unnecessary console
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetanKarwa committed Jan 28, 2024
1 parent 8b402ad commit 143b82a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/people/utils/NoResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const H = styled.div`
function NoResults({ loaded = false }: { loaded?: boolean }) {
const { ui } = useStores();
const { searchText } = ui || {};
console.log({ searchText });
if (searchText || loaded) {
return (
<div
Expand Down

0 comments on commit 143b82a

Please sign in to comment.