feat: better UI when clicking on cards
This commit is contained in:
@@ -6,7 +6,6 @@ import { SearchCardNote } from "./SearchCardNote";
|
||||
|
||||
export const SearchCard = (props: { item: UserImage }) => {
|
||||
const { item } = props;
|
||||
console.log(item);
|
||||
|
||||
switch (item.type) {
|
||||
case "location":
|
||||
|
||||
Reference in New Issue
Block a user