Skip to content

Commit 3d26823

Browse files
author
jakubdrozdek
committed
Resolve conflicts
1 parent bd2a7a4 commit 3d26823

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/docs/accessibility.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,8 @@ class OuterClickExample extends React.Component {
283283
render() {
284284
return (
285285
<div ref={this.toggleContainer}>
286-
<<<<<<< HEAD
287286
<button onClick={this.onClickHandler}>Wybierz opcję</button>
288-
{this.state.isOpen ? (
289-
=======
290-
<button onClick={this.onClickHandler}>Select an option</button>
291287
{this.state.isOpen && (
292-
>>>>>>> 5849f604ccd59b009f7f3e03d5460757bfc2ab34
293288
<ul>
294289
<li>Opcja 1</li>
295290
<li>Opcja 2</li>

0 commit comments

Comments
 (0)