404
63 |We’re sorry, but the page you were looking for can’t be found.
64 |This issue has been automatically logged.
65 | 69 |{this.props.children}
17 | ); 18 | } 19 | } 20 | 21 | export default Paragraph; 22 | -------------------------------------------------------------------------------- /src/components/atoms/Image/index.js: -------------------------------------------------------------------------------- 1 | import classNames from 'classnames'; 2 | import PropTypes from 'prop-types'; 3 | import React from 'react'; 4 | 5 | class Image extends React.PureComponent { 6 | static propTypes = { 7 | id: PropTypes.string, 8 | src: PropTypes.string.isRequired, 9 | alt: PropTypes.string.isRequired, 10 | className: PropTypes.string, 11 | }; 12 | 13 | render() { 14 | return ( 15 || Query | Count | |
|---|---|---|
| ${item.query} | ${item.count} |
{elm.snippet}
37 || Date | Document | Useful? | Comments |
|---|---|---|---|
| ${new Date(item.timestamp).toDateString()} | ${item.document} | ${item.wasItUseful} | ${item.comments ? item.comments.replace(/<[^>]*>/g, "") : ""} |
| Date | Document | Referenced From |
|---|---|---|
| ${item.timestamp === 0 ? "" : new Date(item.timestamp).toDateString()} | ${item.document} | ${item.fromDocument} |
This issue has been automatically logged.
65 | 69 || {header.content} | 66 | ))} 67 ||
|---|---|
| {rowItem.content} | 82 | )} 83 | {!rowItem.isHeader && ( 84 |{rowItem.content} | 91 | )} 92 |