Skip to content

Commit

Permalink
disabling EAS 🖲️
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Jun 10, 2024
1 parent 7790f65 commit 79a09a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added packages/web/assets/academy/submit-playbook.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/web/components/Player/PlayerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { FaTimes } from 'react-icons/fa';
import { BoxMetadata, BoxType, BoxTypes, createBoxKey } from 'utils/boxTypes';

import { PlayerDework } from './Section/PlayerDework';
import { PlayerEAS } from './Section/PlayerEAS';
// import { PlayerEAS } from './Section/PlayerEAS';
import { PlayerLinks } from './Section/PlayerLinks';

type Props = {
Expand Down Expand Up @@ -59,8 +59,8 @@ const PlayerSectionInner: React.FC<
return <PlayerAchievements {...{ player, isOwnProfile, editing }} />;
case BoxTypes.PLAYER_COMPLETED_QUESTS:
return <PlayerCompletedQuests {...{ player, isOwnProfile, editing }} />;
case BoxTypes.PLAYER_ATTESTATIONS:
return <PlayerEAS {...{ player, isOwnProfile, editing }} />
// case BoxTypes.PLAYER_ATTESTATIONS:
// return <PlayerEAS {...{ player, isOwnProfile, editing }} />
case BoxTypes.EMBEDDED_URL: {
const { url } = metadata ?? {};
return url ? <EmbeddedUrl {...{ url, editing }} /> : null;
Expand Down

0 comments on commit 79a09a6

Please sign in to comment.