Space Added
This commit is contained in:
parent
c38b5d4279
commit
6945c29e32
|
|
@ -203,7 +203,7 @@ class DashboardController extends Controller
|
|||
*/
|
||||
public function getPercentageChange($previous, $current)
|
||||
{
|
||||
if (!$previous) {
|
||||
if (! $previous) {
|
||||
return $current ? 100 : 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue