fix card styling
This commit is contained in:
parent
744ac98289
commit
187368f716
3 changed files with 6 additions and 9 deletions
|
|
@ -44,7 +44,7 @@ if (usbButter && usbButterPlaceholder) {
|
|||
.then(response => {
|
||||
console.log(response);
|
||||
if (response.status === 200) {
|
||||
usbButter.style.display = 'inherit';
|
||||
usbButter.style.display = 'flex';
|
||||
usbButterPlaceholder.style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue