align updated
This commit is contained in:
@@ -181,8 +181,8 @@ const ViewIOTable = () => {
|
||||
</Box>
|
||||
),
|
||||
"Goal Amount": (
|
||||
<Box w={"100%"} display={"flex"} justifyContent={"end"}>
|
||||
<Text color={"teal.900"} fontWeight={"500"}>
|
||||
<Box w={"100%"} display={"flex"} justifyContent={"end"} alignItems={'center'}>
|
||||
<Text as={"span"} color={"teal.900"} fontWeight={"500"}>
|
||||
{/* {item.goalAmount
|
||||
? formatCurrency(removeTrailingZeros(item.goalAmount))
|
||||
: "---"} */}
|
||||
|
||||
Reference in New Issue
Block a user