diff --git a/src/Component/ContractList.purs b/src/Component/ContractList.purs index 92280681..3ba38390 100644 --- a/src/Component/ContractList.purs +++ b/src/Component/ContractList.purs @@ -641,7 +641,11 @@ mkContractList = do , tdInstant $ updatedAt <|> createdAt , tdContractId contractId Nothing [] , tdCentered [ DOOM.text $ intercalate ", " tags ] - , tdCentered ([ DOOM.text "Placeholder - CREATED" ] :: Array JSX) -- FIXME: Withdrawals should be still possible + , tdCentered + ( [ DOM.div { className: "border border-dark rounded bg-white text-dark d-inline-block py-2 px-3 fw-bold" } do + DOOM.text "Syncing" + ] :: Array JSX + ) -- FIXME: Withdrawals should be still possible ] NotSyncedUpdatedContract { contractInfo } -> do [ tdInstant createdAt