Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afzaalb committed Feb 3, 2023
1 parent a432dca commit 7203785
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/containers/season-item/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import Player from "../../components/item/Player";
import ItemDetails from "../../components/item/ItemDetails";
import GA from "react-ga";

const Recommendations = lazy(() =>
import("../../components/item/Recommendations")
);

class SeasonItem extends Component {
constructor(props) {
super(props);
Expand Down Expand Up @@ -95,7 +91,7 @@ class SeasonItem extends Component {
this.state.playing &&
GA.event({
category: "Player",
action: "Play trailer for tv show",
action: "Play trailer for tv season",
});
}
);
Expand Down

0 comments on commit 7203785

Please sign in to comment.