add missing translation to portuguese (#19322)
This commit is contained in:
committed by
Todd Chaffee
parent
4906a6726b
commit
ee5d130f04
@ -40,11 +40,10 @@ class MyComponent extends React.Component {
|
|||||||
super(props);
|
super(props);
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
// change code below this line
|
// Mude o código depois dessa linha
|
||||||
|
|
||||||
|
|
||||||
|
// Mude o código acima dessa linha
|
||||||
// change code above this line
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user