Skip to content

Commit

Permalink
Petty fix 🐣
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamirkhan committed Feb 28, 2021
1 parent 559e13f commit c294b45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/AsmaaQuoteKhawater.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { HeartOutlined, TranslationOutlined } from '@ant-design/icons';
import AsmaaQuoteMenu from "./AsmaaQuoteMenu";
import AsmaaQuoteFooter from "./AsmaaQuoteFooter";
import { db } from "./firebase/config";
import Firebase from 'firebase';
import Colors from "./media/card_colors";

const { Content } = Layout;
const { TabPane } = Tabs;
Expand All @@ -20,14 +18,9 @@ class AsmaaQuoteKhawater extends Component {
constructor() {
super()
this.state = {
showLoadingBar: "block",
quotes: []
}
}
generateRandom = () => {
return Math.floor(Math.random() * Colors.length);
//this.setState({colorIndex: color })
};
componentDidMount() {
this.fetchData();
}
Expand Down

0 comments on commit c294b45

Please sign in to comment.