Skip to content

Commit

Permalink
[minor-fix] Bug Composable Finance's not shown in Crowdloan
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Sep 20, 2023
1 parent f21cea0 commit 76d0278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/Home/Crowdloans/CrowdloanItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function getGroupKey(groupDisplayName: string) {
}

export const CrowdloanItem = ({ item, isShowBalance }: Props) => {
console.log(item);
const theme = useSubWalletTheme().swThemes;
const styleSheet = createStyleSheet(theme);

Expand Down Expand Up @@ -68,7 +69,7 @@ export const CrowdloanItem = ({ item, isShowBalance }: Props) => {
<View style={{ position: 'relative' }}>
<Logo
size={40}
network={item.slug.toLowerCase()}
network={item.slug}
isShowSubLogo
subNetwork={getGroupKey(item.relayParentDisplayName)}
subLogoShape="circle"
Expand Down

0 comments on commit 76d0278

Please sign in to comment.