Remove the unwanted parantheses
Summary:
Bug:
{F173026649}
Reviewed By: danielbuechele
Differential Revision: D16583186
fbshipit-source-id: 277a81fbabf0c93d1a69b7f35dcb9d8d06ca4fce
This commit is contained in:
committed by
Facebook Github Bot
parent
8c9eb30060
commit
3ed71680a1
@@ -225,7 +225,6 @@ export default class ShareSheet extends Component<Props, State> {
|
|||||||
used in network requests.
|
used in network requests.
|
||||||
</InfoText>
|
</InfoText>
|
||||||
<ShareSheetErrorList errors={errorArray} />
|
<ShareSheetErrorList errors={errorArray} />
|
||||||
)}
|
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
@@ -243,7 +242,6 @@ export default class ShareSheet extends Component<Props, State> {
|
|||||||
</Button>
|
</Button>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
</>
|
</>
|
||||||
)
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user