commit: e7741e619da229726f9a2bde8c3bd6d50c7e5f3b
parent f5fbf9af6420c59957530047a62c72dd80b7a462
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Wed, 28 Aug 2024 21:17:37 +0000
Apply 1 suggestion(s) to 1 file(s)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/services/theme_data/theme2_to_theme3.js b/src/services/theme_data/theme2_to_theme3.js
@@ -351,7 +351,6 @@ export const convertTheme2To3 = (data) => {
newRules.push({ ...rule, parent: { component: 'Notification' } })
}
if (key === 'buttonPressed') {
- console.log(key)
newRules.push({ ...rule, state: ['toggled'] })
newRules.push({ ...rule, state: ['toggled', 'focus'] })
newRules.push({ ...rule, state: ['pressed', 'focus'] })