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
@@ -1183,24 +1183,23 @@ class Layout extends FlipperPlugin<InspectorState> {
|
||||
<LayoutSearchInput onSubmit={this.search.bind(this)} />
|
||||
{outstandingSearchQuery && <LoadingSpinner size={16} />}
|
||||
</SearchBox>
|
||||
{inAXMode &&
|
||||
showLithoAccessibilitySettings && (
|
||||
<SearchIconContainer
|
||||
onClick={this.onOpenAccessibilitySettings}
|
||||
role="button">
|
||||
<Glyph
|
||||
name="settings"
|
||||
size={16}
|
||||
color={
|
||||
accessibilitySettingsOpen
|
||||
? colors.macOSTitleBarIconSelected
|
||||
: colors.macOSTitleBarIconActive
|
||||
}
|
||||
/>
|
||||
{accessibilitySettingsOpen &&
|
||||
this.getAccessibilitySettingsPopover(forceLithoAXRender)}
|
||||
</SearchIconContainer>
|
||||
)}
|
||||
{inAXMode && showLithoAccessibilitySettings && (
|
||||
<SearchIconContainer
|
||||
onClick={this.onOpenAccessibilitySettings}
|
||||
role="button">
|
||||
<Glyph
|
||||
name="settings"
|
||||
size={16}
|
||||
color={
|
||||
accessibilitySettingsOpen
|
||||
? colors.macOSTitleBarIconSelected
|
||||
: colors.macOSTitleBarIconActive
|
||||
}
|
||||
/>
|
||||
{accessibilitySettingsOpen &&
|
||||
this.getAccessibilitySettingsPopover(forceLithoAXRender)}
|
||||
</SearchIconContainer>
|
||||
)}
|
||||
</Toolbar>
|
||||
<FlexRow grow={true}>
|
||||
{initialised ? (
|
||||
|
||||
@@ -247,12 +247,14 @@ export default class Layout extends FlipperPlugin<State, void, PersistedState> {
|
||||
)}
|
||||
{/* TODO: Remove this when rolling out publicly */}
|
||||
<BetaBar position="bottom" compact>
|
||||
<Glyph name="beta" color="#8157C7" />
|
||||
<Glyph name="beta" color="#8157C7" />
|
||||
|
||||
<strong>Version 2.0:</strong> Provide feedback about this plugin
|
||||
in our
|
||||
<Link href="https://fb.workplace.com/groups/246035322947653/">
|
||||
feedback group
|
||||
</Link>.
|
||||
</Link>
|
||||
.
|
||||
</BetaBar>
|
||||
</FlexColumn>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user