Skip to content

Commit b876be2

Browse files
committed
chore: suppress warning
1 parent 0990ddf commit b876be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/ruby-tab.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class RubyTab extends React.Component {
154154
alt="ruby download"
155155
className={styles.img}
156156
/>
157-
157+
158158
</button>
159159
)}
160160
</RubyDownloader>
@@ -189,7 +189,7 @@ RubyTab.propTypes = {
189189
updateRubyCodeTargetState: PropTypes.func,
190190
vm: PropTypes.instanceOf(VM).isRequired,
191191
projectTitle: PropTypes.string,
192-
locale: PropTypes.string.isRequired
192+
locale: PropTypes.string
193193
};
194194

195195
const mapStateToProps = state => ({

0 commit comments

Comments
 (0)