Skip to content

Commit 7304df9

Browse files
switched carrot
1 parent 6f2a65b commit 7304df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class App extends React.Component {
2929
const monthObj = ZodiacArray.find(month => {
3030
return Object.keys(month)[0] === ourMonth
3131
})
32-
if (monthObj[ourMonth] < ourDate) {
32+
if (monthObj[ourMonth] > ourDate) {
3333
this.setState({zodiac: monthObj.sign[0]})
3434
} else {
3535
this.setState({zodiac: monthObj.sign[1]})

0 commit comments

Comments
 (0)