Skip to content

Commit 4d3b3c5

Browse files
committed
Set default icon
1 parent 09ab86a commit 4d3b3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logics/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const getIcon: IconProvider = (label: string | undefined) => {
1313
if (icon) {
1414
return icon;
1515
}
16-
return null;
16+
return require('../assets/icons/default.png');
1717
}
1818

1919
export default getIcon;

0 commit comments

Comments
 (0)