fix typo
This commit is contained in:
parent
8d89810725
commit
03f1d91c61
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ function App(props: Props) {
|
|||
{/* @if TARGET='web' */}
|
||||
{showAnalyticsNag && (
|
||||
<React.Fragment>
|
||||
{!isMobile ? (
|
||||
{isMobile ? (
|
||||
<Nag
|
||||
message={
|
||||
<I18nMessage
|
||||
|
|
Loading…
Add table
Reference in a new issue