Skip to content

Commit 6393e6a

Browse files
committed
Took out comments that werent supposed to be there
1 parent 7e79ef6 commit 6393e6a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/HomePage.jsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -291,16 +291,6 @@ export default class HomePage extends React.Component {
291291
</tr>
292292
))
293293
}
294-
/**{ !showMore && (
295-
<tr>
296-
<td colSpan={3}>
297-
<ButtonView text={'Show more'} type="alternate"
298-
onClick={() => {
299-
this.setState({ showMore: true })
300-
}} />
301-
</td>
302-
</tr>
303-
)}**/
304294
</tbody>
305295
</table>
306296

0 commit comments

Comments
 (0)