const { bothConnected, tokenList } = props; const Wrapper = styled.div` display: flex; align-items: center; flex-direction: column; width: 736px; color: #787da1; .bridge-title { color: #787da1; font-size: 18px; font-weight: 500; line-height: 22px; letter-spacing: 0em; text-align: left; padding-left: 8px; padding-bottom: 8px; padding-top: 8px; } `; return ( <div> <div>Pending Transfers</div> {/* get api from back end */} </div> );