Skip to content

Commit

Permalink
fix: [lw-12355] fix search bar visibility in assets page (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored and rhyslbw committed Feb 19, 2025
1 parent fb9c2cb commit e76b736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const AssetPortfolioContent = ({

return (
<>
{assetList?.length > MIN_ASSETS_COUNT_FOR_SEARCH && (
{totalAssets > MIN_ASSETS_COUNT_FOR_SEARCH && (
<div className={styles.searchBoxContainer}>
<SearchBox
placeholder={t('browserView.assets.searchPlaceholder')}
Expand Down

0 comments on commit e76b736

Please sign in to comment.