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