Removed unnecessary interpolation
This commit is contained in:
parent
1865c7cd43
commit
50196dd4ef
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ class _GlobalFiresBottomStatsState extends State<GlobalFiresBottomStats> {
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
new Text('${activeFires} active fires worldwide'),
|
new Text('$activeFires active fires worldwide'),
|
||||||
new Text('Updated ${lastCheck}')
|
new Text('Updated $lastCheck')
|
||||||
])
|
])
|
||||||
: null,
|
: null,
|
||||||
SizedBox(width: 10.0)
|
SizedBox(width: 10.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue