diff options
author | Renard | 2019-09-17 13:46:46 -0300 |
---|---|---|
committer | Renard | 2019-09-17 13:46:46 -0300 |
commit | 9a792af494ffac32b48329853b1e111228ffc507 (patch) | |
tree | 060a0c5bb4d9c0dfc5fc76f9fed54d0725a076ea /src/Board.js | |
parent | 7266c58d7161fe8adc80bb434c81599bb8d7248c (diff) | |
download | bai-client-9a792af494ffac32b48329853b1e111228ffc507.tar.gz bai-client-9a792af494ffac32b48329853b1e111228ffc507.tar.xz bai-client-9a792af494ffac32b48329853b1e111228ffc507.zip |
Linting
Diffstat (limited to 'src/Board.js')
-rw-r--r-- | src/Board.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Board.js b/src/Board.js index e4ec05a..34e3f52 100644 --- a/src/Board.js +++ b/src/Board.js @@ -4,14 +4,11 @@ import { Message, Segment, Header, - Image, Comment, Divider, Breadcrumb } from "semantic-ui-react"; import { Link } from "@reach/router"; -import Moment from "react-moment"; -import "moment/locale/es"; import Post from "./Post"; class Board extends Component { constructor() { @@ -56,7 +53,6 @@ class Board extends Component { } fetchMoreThreads() { - console.log("fetching more"); fetch( `https://bienvenidoainternet.org/cgi/api/list?dir=${this.props.dir}&replies=5&limit=10&offset=${this.threadOffset}` ) |