-
- {countryCodeNormalized}
-
- {flagData && (
-
- )}
+
+
Timeline
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {submissionUrl && (
+
+
+
+ {truncateString(submissionUrl, 42)}
+
+
+ )}
+
+
+
+ {hasValidLocationCurrencyOrValue && (
+
+
Location & currency
+
+ {hasValidCountryCodeForDisplay && (
+
+
+
+ Country
+
+
+
+
+
+
+
+ {countryCodeNormalized}
+
+ {flagData && (
+
+ )}
+
+
-
-
- )}
+ )}
- {hasValidCurrency && (
-
-
-
- Currency
-
-
-
- {currencyCode}
-
-
- {getSymbolFromCurrency(currencyCode || "USD")}
-
-
-
- )}
+ {hasValidCurrency && (
+
+
+
+ Currency
+
+
+
+ {currencyCode}
+
+
+ {getSymbolFromCurrency(currencyCode || "USD")}
+
+
+
+ )}
- {hasValidEstimatedValue && (
-
-
-
- Estimated value
-
-
-
- {new Intl.NumberFormat().format(tender.estimated_value)}
-
- {hasValidCurrency && (
-
- {currencyCode}
-
- )}
-
+ {hasValidEstimatedValue && (
+
+
+
+ Estimated value
+
+
+
+ {new Intl.NumberFormat().format(
+ tender.estimated_value,
+ )}
+
+ {hasValidCurrency && (
+
+ {currencyCode}
+
+ )}
+
+
+ )}
- )}
+