fix button
This commit is contained in:
@@ -198,7 +198,7 @@ export default function Friends() {
|
|||||||
className="btn btn-primary btn-sm"
|
className="btn btn-primary btn-sm"
|
||||||
onClick={() => handleSendRequest(user.id)}
|
onClick={() => handleSendRequest(user.id)}
|
||||||
disabled={sending === user.id}
|
disabled={sending === user.id}
|
||||||
style={{ flexShrink: 0 }}
|
style={{ flexShrink: 0, width: 'auto' }}
|
||||||
>
|
>
|
||||||
{sending === user.id ? 'Sending...' : 'Add Friend'}
|
{sending === user.id ? 'Sending...' : 'Add Friend'}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user