diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-18 19:48:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 19:48:53 -0400 |
| commit | aa0ddb7c5a6612ff067f7dce1c6d5b083db44309 (patch) | |
| tree | 89326275ce5ff4e48bc29952c60856258cd8b0ab /src/components/search/SearchBar.tsx | |
| parent | 07a15098625786451270e30e61e2d6e78c02d4db (diff) | |
| parent | 9a7e34bf992e0bfa3b9ce7d83643d97fad209e6e (diff) | |
Merge pull request #303 from shravyaramesh/add-friends-thru-contacts
[TMA-622] Add friends from contacts
Diffstat (limited to 'src/components/search/SearchBar.tsx')
| -rw-r--r-- | src/components/search/SearchBar.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index 1a855f20..62bda77e 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -70,8 +70,6 @@ const SearchBar: React.FC<SearchBarProps> = ({ // TODO: FIGURE OUT WHY CHANGES IN placeholderId ARE NOT REFLECTED HERE // my thought: the value is set when the function is defined, so it keeps // its inital value of -1 forever. - console.log(`Previous ID: ${placeholderId}`); - console.log(`Next ID: ${nextId}`); setPlaceholderId(nextId); }; |
