chore: minor ui fixes for mybots page

This commit is contained in:
kaname-png
2022-05-08 19:59:20 -06:00
committed by Paul Makles
parent 530c3d9561
commit 68f158d866
2 changed files with 4 additions and 0 deletions

View File

@@ -296,6 +296,7 @@ function BotCard({ bot, onDelete, onUpdate }: Props) {
</div>
) : (
<InputBox
style={{ width: "100%" }}
ref={setUsernameRef}
value={data.username}
disabled={saving}