remove todo

This commit is contained in:
poka 2022-06-18 16:39:40 +02:00
parent 51894fe6be
commit e9c9019b50
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ class WalletViewScreen extends StatelessWidget {
final int _seconds = _durationSeconds.inSeconds;
final int _minutes = _durationSeconds.inMinutes;
// TODO translate timing
if (_seconds <= 0) {
_duration = 'seconds'.tr(args: ['0']);
} else if (_seconds <= 60) {