Skip to content

Commit

Permalink
ref: use new onboarding component
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Jul 31, 2024
1 parent 4cc7fc9 commit 5882bae
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 491 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export function useLoadGettingStarted({
);

const projectKeys = useProjectKeys({orgSlug, projSlug});

const platformPath = getPlatformPath(platform);

useEffect(() => {
async function getGettingStartedDoc() {
if (
!platformPath ||
(productType === 'replay' && !replayPlatforms.includes(platform.id)) ||
(productType === 'feedback' && !feedbackOnboardingPlatforms.includes(platform.id))
) {
Expand Down

This file was deleted.

Loading

0 comments on commit 5882bae

Please sign in to comment.