Gekidou fix recent_item (#6477)
This commit is contained in:
parent
33d9e6257e
commit
d375aa7fa0
1 changed files with 0 additions and 6 deletions
|
|
@ -39,11 +39,6 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
|
|||
};
|
||||
});
|
||||
|
||||
export type RecentItemType = {
|
||||
terms: string;
|
||||
isOrSearch: boolean;
|
||||
}
|
||||
|
||||
type Props = {
|
||||
setRecentValue: (value: string) => void;
|
||||
item: TeamSearchHistoryModel;
|
||||
|
|
@ -89,7 +84,6 @@ const RecentItem = ({item, setRecentValue}: Props) => {
|
|||
</View>
|
||||
}
|
||||
separator={false}
|
||||
theme={theme}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue