Import "Fix some typos (it's vs its)" (#175)
Summary: Original author: noahsark769 Closes https://github.com/facebook/Sonar/pull/175 Reviewed By: jknoxville Differential Revision: D8989724 fbshipit-source-id: 8e1c09196b0c6c0d0fb0446a2a4a595d09f21652
This commit is contained in:
committed by
Facebook Github Bot
parent
16093222c0
commit
6a7a580db3
@@ -113,7 +113,7 @@ export default function Tabs(props: {|
|
||||
order?: Array<string>,
|
||||
/**
|
||||
* Whether to include the contents of every tab in the DOM and just toggle
|
||||
* it's visibility.
|
||||
* its visibility.
|
||||
*/
|
||||
persist?: boolean,
|
||||
/**
|
||||
@@ -186,7 +186,7 @@ export default function Tabs(props: {|
|
||||
);
|
||||
}
|
||||
|
||||
// this tab has been hidden from the tab bar but can still be selected if it's key is active
|
||||
// this tab has been hidden from the tab bar but can still be selected if its key is active
|
||||
if (comp.props.hidden) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user