Merge pull request #27 from davidmonterocrespo24/copilot/fix-docker-install-issue
[WIP] Fix Docker install error during build
This commit is contained in:
commit
6213bf28f2
|
|
@ -1018,6 +1018,8 @@ const SetupSection: React.FC = () => (
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const SECTION_MAP: Record<SectionId, React.FC> = {
|
||||||
intro: IntroSection,
|
intro: IntroSection,
|
||||||
'getting-started': GettingStartedSection,
|
'getting-started': GettingStartedSection,
|
||||||
emulator: EmulatorSection,
|
emulator: EmulatorSection,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue