Skip to content

Commit

Permalink
fix: settings/members dropdown ui (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola authored Dec 20, 2023
1 parent fb55b3a commit 7c56611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const MembersPage = () => {
</div>
</div>
<div className='shrink-0 flex items-center w-[104px] py-2 text-[13px] text-gray-700'>{dayjs(Number((account.last_login_at || account.created_at)) * 1000).locale(locale === 'zh-Hans' ? 'zh-cn' : 'en').fromNow()}</div>
<div className='shrink-0 w-[96px] flex items-center relative z-10'>
<div className='shrink-0 w-[96px] flex items-center'>
{
(owner && account.role !== 'owner')
? <Operation member={account} onOperate={mutate} />
Expand Down

0 comments on commit 7c56611

Please sign in to comment.