mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up code.
This commit is contained in:
@@ -443,11 +443,11 @@ class Navigation
|
||||
}
|
||||
|
||||
return match ($range) {
|
||||
'last7' => '1W',
|
||||
'last30', 'MTD' => '1M',
|
||||
'last90', 'QTD' => '3M',
|
||||
'last7' => '1W',
|
||||
'last30', 'MTD' => '1M',
|
||||
'last90', 'QTD' => '3M',
|
||||
'last365', 'YTD' => '1Y',
|
||||
default => $range,
|
||||
default => $range,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user