File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
$notify$ .enabled &&
35
35
$notify$ .position === $accountCenter$ .position
36
36
37
- $ : samePositionMobile =
37
+ $ : samePositionOrMobile =
38
38
device .type === ' mobile' || $accountCenter$ .position === $notify$ .position
39
39
40
40
$ : sharedMobileContainerCheck =
339
339
? ' padding-top:0;'
340
340
: ' ' } "
341
341
>
342
- {#if $notify$ .position .includes (' bottom' ) && $accountCenter$ .position .includes (' bottom' ) && samePositionMobile }
342
+ {#if $notify$ .position .includes (' bottom' ) && $accountCenter$ .position .includes (' bottom' ) && samePositionOrMobile }
343
343
<Notify
344
344
notifications ={$notifications$ }
345
345
position ={$notify$ .position }
359
359
>
360
360
<AccountCenter settings ={$accountCenter$ } />
361
361
</div >
362
- {#if $notify$ .position .includes (' top' ) && $accountCenter$ .position .includes (' top' ) && samePositionMobile }
362
+ {#if $notify$ .position .includes (' top' ) && $accountCenter$ .position .includes (' top' ) && samePositionOrMobile }
363
363
<Notify
364
364
notifications ={$notifications$ }
365
365
position ={$notify$ .position }
You can’t perform that action at this time.
0 commit comments