Make sure old links still work in the dev-IdeWrapper
by making it case-insensitive, forcing it to lower case.
This commit is contained in:
@@ -21,7 +21,7 @@ const DevIdePage = ({ cadPackage, project }: Props) => {
|
||||
/>
|
||||
<Toaster timeout={9000} />
|
||||
<IdeContext.Provider value={{ state, thunkDispatch, project }}>
|
||||
<IdeWrapper cadPackage={cadPackage} />
|
||||
<IdeWrapper cadPackage={cadPackage.toLocaleLowerCase()} />
|
||||
</IdeContext.Provider>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user