File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/containers/Challenges Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import actions from "../../actions";
6
6
// import ChallengeRecommendedError from "./Listing/errors/ChallengeRecommendedError";
7
7
import * as constants from "../../constants" ;
8
8
import IconListView from "../../assets/icons/list-view.svg" ;
9
- import IconCardView from "../../assets/icons/card-view.svg" ;
9
+ // import IconCardView from "../../assets/icons/card-view.svg";
10
10
import { Banner } from "@topcoder/micro-frontends-earn-app" ;
11
11
import * as utils from "../../utils" ;
12
12
@@ -80,9 +80,9 @@ const Challenges = ({
80
80
< button styleName = "button-icon active" >
81
81
< IconListView />
82
82
</ button >
83
- < button styleName = "button-icon" >
83
+ { /* <button styleName="button-icon">
84
84
<IconCardView />
85
- </ button >
85
+ </button> */ }
86
86
</ span >
87
87
</ h1 >
88
88
{ initialized && (
You can’t perform that action at this time.
0 commit comments