implement fe with backend
This commit is contained in:
@@ -29,9 +29,9 @@ const statusStyles: Record<Order["status"], string> = {
|
||||
}
|
||||
|
||||
// Use a fixed locale to avoid hydration mismatches between server and client
|
||||
const currency = new Intl.NumberFormat("en-US", {
|
||||
const currency = new Intl.NumberFormat("en-LK", {
|
||||
style: "currency",
|
||||
currency: "USD",
|
||||
currency: "LKR",
|
||||
})
|
||||
|
||||
const columns: DataTableColumn<Order>[] = [
|
||||
|
||||
Reference in New Issue
Block a user