diff --git a/components/search/SearchModal/index.tsx b/components/search/SearchModal/index.tsx index f934beb1..13e180e3 100644 --- a/components/search/SearchModal/index.tsx +++ b/components/search/SearchModal/index.tsx @@ -457,15 +457,17 @@ const SearchModal = (props: Props) => {
{t('search.result_count', { record_count: recordCount })}
-
- View: - - -
+ {(props.object === 'weapons' || props.object === 'summons') && ( +
+ View: + + +
+ )} {open ? renderResults() : ''}