Remove the unwanted parantheses

Summary:
Bug:

{F173026649}

Reviewed By: danielbuechele

Differential Revision: D16583186

fbshipit-source-id: 277a81fbabf0c93d1a69b7f35dcb9d8d06ca4fce
This commit is contained in:
Pritesh Nandgaonkar
2019-07-31 11:09:34 -07:00
committed by Facebook Github Bot
parent 8c9eb30060
commit 3ed71680a1

View File

@@ -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>
); );
} }