We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a4cea commit 7a2ea73Copy full SHA for 7a2ea73
1 file changed
src/components/Expericence/Experience.tsx
@@ -79,8 +79,7 @@ export const Experience: React.FC<ExperienceProps> = props => {
79
const isOwnExperience = userExperience.experience.user.id === user?.id;
80
const experienceId = userExperience.experience.id;
81
const userExperienceId = userExperience.id;
82
- const link =
83
- publicRuntimeConfig.appAuthURL + `/?type=experience&id=${experienceId}`;
+ const link = publicRuntimeConfig.appAuthURL + `/?type=all&id=${experienceId}`;
84
const { userExperiencesMeta } = useExperienceHook();
85
const totalOwnedExperience =
86
userExperiencesMeta.additionalData?.totalOwnedExperience ?? 0;
0 commit comments