1
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
KBShopThemeModel *theme = (indexPath.item < self.dataSource.count) ? self.dataSource[indexPath.item] : nil;
|
||||
NSString *title = theme.themeName.length ? theme.themeName : KBLocalized(@"Themes");
|
||||
NSString *price = [self kb_priceStringForTheme:theme];
|
||||
[cell configWithTitle:title imageURL:nil price:price];
|
||||
[cell configWithTitle:title imageURL:theme.themePreviewImageUrl price:price];
|
||||
return cell;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user