feat: remove tab title

This commit is contained in:
Zamitto 2024-07-25 19:12:34 -03:00
parent 94bd691209
commit 102299e42f

View File

@ -78,7 +78,6 @@ export const UserFriendModal = ({
})} })}
</section> </section>
)} )}
<h2>{tabs[currentTab]}</h2>
{renderTab()} {renderTab()}
</div> </div>
</Modal> </Modal>