Run prettier fix
Summary: Should also fix the build. Reviewed By: jknoxville Differential Revision: D14477777 fbshipit-source-id: 01fcfb2321c9b7a12acdf079473d91b6805d4dda
This commit is contained in:
committed by
Facebook Github Bot
parent
b354a82066
commit
3141b954bf
@@ -260,7 +260,8 @@ class BugReporterDialog extends Component<Props, State> {
|
||||
'mailto:' + String(this.props.activePlugin?.bugs?.email)
|
||||
}>
|
||||
{this.props.activePlugin?.bugs?.email}
|
||||
</Link>, the author/oncall of this plugin, directly
|
||||
</Link>
|
||||
, the author/oncall of this plugin, directly
|
||||
</span>
|
||||
)}
|
||||
.
|
||||
|
||||
@@ -257,7 +257,8 @@ class PluginDebugger extends Component<Props> {
|
||||
known to have problems connecting to Flipper. Check out the{' '}
|
||||
<Link href="https://fbflipper.com/docs/troubleshooting.html#known-incompatibilities">
|
||||
known incompatibilities
|
||||
</Link>.
|
||||
</Link>
|
||||
.
|
||||
</InfoText>
|
||||
);
|
||||
} else if (
|
||||
@@ -287,7 +288,8 @@ class PluginDebugger extends Component<Props> {
|
||||
check out our documentation about{' '}
|
||||
<Link href="https://fbflipper.com/docs/troubleshooting.html#connection-issues">
|
||||
connection issues
|
||||
</Link>.
|
||||
</Link>
|
||||
.
|
||||
</InfoText>
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
@@ -88,7 +88,8 @@ class TitleBar extends Component<Props> {
|
||||
<ScreenCaptureButtons />
|
||||
{this.props.downloadingImportData && (
|
||||
<Importing>
|
||||
<LoadingIndicator size={16} /> Importing data...
|
||||
<LoadingIndicator size={16} />
|
||||
Importing data...
|
||||
</Importing>
|
||||
)}
|
||||
<Spacer />
|
||||
|
||||
Reference in New Issue
Block a user