modal-link-fix
This commit is contained in:
parent
6451118e90
commit
e2a829f44f
|
@ -157,7 +157,7 @@ export const RatingControl = (props: RatingControlProps) => {
|
||||||
when={author()}
|
when={author()}
|
||||||
fallback={
|
fallback={
|
||||||
<>
|
<>
|
||||||
<span class="link" onClick={() => changeSearchParams({ mode: 'login' })}>
|
<span class="link" onClick={() => changeSearchParams({ mode: 'login', modal: 'auth' })}>
|
||||||
{t('Enter')}
|
{t('Enter')}
|
||||||
</span>
|
</span>
|
||||||
{lang() === 'ru' ? ', ' : ' '}
|
{lang() === 'ru' ? ', ' : ' '}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user