fixed services
This commit is contained in:
@@ -75,7 +75,9 @@ class TenderDetailHeader extends StatelessWidget {
|
||||
}
|
||||
|
||||
String unixToDate(int? unixTimestamp, {String format = 'yyyy-MM-dd'}) {
|
||||
if (unixTimestamp == null) return '';
|
||||
if (unixTimestamp == null) {
|
||||
return '';
|
||||
}
|
||||
|
||||
// Convert seconds to milliseconds if needed
|
||||
int timestampInMs =
|
||||
|
||||
Reference in New Issue
Block a user