Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class BottomPanelProgramTabs extends React.Component<Props, State> {
  2. constructor(){
  3. let [props] = this.props.children;
  4. state = {
  5. activeTab : props.label
  6. }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement