Skip to content

Commit e869041

Browse files
committed
Update naming
1 parent 93b4180 commit e869041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/views/Index.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
$notify$.enabled &&
3535
$notify$.position === $accountCenter$.position
3636
37-
$: samePositionMobile =
37+
$: samePositionOrMobile =
3838
device.type === 'mobile' || $accountCenter$.position === $notify$.position
3939
4040
$: sharedMobileContainerCheck =
@@ -339,7 +339,7 @@
339339
? 'padding-top:0;'
340340
: ''} "
341341
>
342-
{#if $notify$.position.includes('bottom') && $accountCenter$.position.includes('bottom') && samePositionMobile}
342+
{#if $notify$.position.includes('bottom') && $accountCenter$.position.includes('bottom') && samePositionOrMobile}
343343
<Notify
344344
notifications={$notifications$}
345345
position={$notify$.position}
@@ -359,7 +359,7 @@
359359
>
360360
<AccountCenter settings={$accountCenter$} />
361361
</div>
362-
{#if $notify$.position.includes('top') && $accountCenter$.position.includes('top') && samePositionMobile}
362+
{#if $notify$.position.includes('top') && $accountCenter$.position.includes('top') && samePositionOrMobile}
363363
<Notify
364364
notifications={$notifications$}
365365
position={$notify$.position}

0 commit comments

Comments
 (0)