Skip to content

Commit

Permalink
Merge pull request #114 from thalesgroup-cert/v2
Browse files Browse the repository at this point in the history
Remove 'react-twitter-widgets' dependency and clean up code
  • Loading branch information
ygalnezri authored May 31, 2024
2 parents e8eab51 + 085e7fb commit 6937204
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, {Component, Fragment} from 'react';
import PostUrls from "./PostUrls";
import WordCloud from "./WordCloud";
import WordList from "./WordList";
import TwitterTweet from "./TwitterTweet";
import TrendChart from "./TrendChart";
import store from "../../store";
import {setIsPasswordChanged} from "../../actions/auth";
Expand Down Expand Up @@ -41,9 +40,6 @@ export default class Dashboard extends Component {
</div>
</div>
<div className="row justify-content-lg-center">
<div className="mt-3 col-lg-4 ml-auto">
<TwitterTweet postUrls={this.state.postUrls} word={this.state.word}/>
</div>
<div className="mt-3 col-lg-7 ml-auto">
<PostUrls postUrls={this.state.postUrls} word={this.state.word}/>
</div>
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion Watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"react-dom": "^16.14.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-twitter-widgets": "^1.10.0",
"react-wordcloud": "^1.2.7",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
Expand Down

0 comments on commit 6937204

Please sign in to comment.