File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
achievements/notification Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export function AchievementNotification() {
164164 < style type = "text/css" >
165165 { app } { styles }
166166 </ style >
167- < section ref = { ( ref ) => setShadowRootRef ( ref ) } >
167+ < section ref = { setShadowRootRef } >
168168 { isVisible && currentAchievement && (
169169 < AchievementNotificationItem
170170 achievement = { currentAchievement }
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ export default function ThemeEditor() {
199199 < style type = "text/css" >
200200 { app } { styles }
201201 </ style >
202- < section ref = { ( ref ) => setShadowRootRef ( ref ) } >
202+ < section ref = { setShadowRootRef } >
203203 < AchievementNotificationItem
204204 position = { achievementPreview . position }
205205 achievement = { achievementPreview . achievement }
You can’t perform that action at this time.
0 commit comments