Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[Ready Release] Gigs Listing - RCRM Status Sync #200

Merged
merged 14 commits into from
Oct 25, 2021
Merged
Prev Previous commit
Next Next commit
merge dev branch
  • Loading branch information
LieutenantRoger committed Oct 6, 2021
commit f043730746582da3d4fe3988b16c03bead553729
3 changes: 1 addition & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const App = () => {
ReactDOM.createPortal(<Menu />, document.querySelector("#menu-id"))}
<Router>
<Parcel
path="/earn/find/challenges"
path="/earn/find/challenges/*"
config={() =>
System.import("@topcoder/micro-frontends-challenges-app")
}
Expand All @@ -55,7 +55,6 @@ const App = () => {
view="my-gigs"
config={() => System.import("@topcoder/micro-frontends-gigs-app")}
/>
<Redirect from="/earn/*" to="/earn/find/challenges" noThrow />
</Router>
</>
);
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.