We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73edc39 commit 2df1674Copy full SHA for 2df1674
1 file changed
src/app/utils/pool-utils.ts
@@ -88,7 +88,7 @@ export class PoolUtils {
88
}
89
90
public static iconForOffer(offerName: string) {
91
- const icon = iconMapping[offerName.toLowerCase()];
+ const icon = iconMapping[offerName?.toLowerCase()];
92
if (icon) {
93
return icon;
94
0 commit comments