added data check for the table on Profile page

This commit is contained in:
Daria Golova
2022-08-02 20:57:10 +03:00
parent b4bccf2cba
commit 0e5d7477fc
2 changed files with 9 additions and 5 deletions

View File

@@ -234,7 +234,9 @@ const Profile = observer (() => {
</ul>
</div>
{/* Table */}
<ProfileTable isCheck={isCheck} handleClick={handleClick} userData={registrationStore.decryptedUserData}/>
<div className='w-[828px]'>
<ProfileTable isCheck={isCheck} handleClick={handleClick} userData={registrationStore.decryptedUserData}/>
</div>
</div>
{/* Left sidebar */}
<div>