use dedicated call for default bang url
This commit is contained in:
@@ -36,7 +36,7 @@ class BangIcon extends ConsumerWidget {
|
||||
);
|
||||
|
||||
return UrlIcon([
|
||||
if (bang != null) bang.getTemplateUrl(''),
|
||||
if (bang != null) bang.getDefaultUrl(),
|
||||
], iconSize: iconSize);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user