[Store > UI] Fix not updating on install button click

pull/70/head
Oj 2 years ago
parent 877aa9bd55
commit a49a46d2a6

@ -191,7 +191,7 @@ export default {
if (cardEls.length === 0) return;
for (const cardEl of cardEls) {
const buttonEl = cardEl.querySelector(`.colorBrand-I6CyqQ`);
const buttonEl = cardEl.querySelector(`.lookFilled-yCfaCM`);
buttonEl.className = buttonEl.className.replace('lookFilled-yCfaCM colorBrand-I6CyqQ', 'lookOutlined-3yKVGo colorRed-rQXKgM');
buttonEl.textContent = '#terms.remove#';

Loading…
Cancel
Save