Skip to content

Commit 28b4e66

Browse files
committed
Fix typo that need to click to about twice when coming from settings
Bump version
1 parent f5997ca commit 28b4e66

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

dist/CNC/GRBL/index.html.gz

5 Bytes
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

5 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

4 Bytes
Binary file not shown.

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a13"
20+
export const webUIversion = "3.0.0-a14"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

src/components/Router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Router = ({ children, routesList, parentRoutes, localDefault }) => {
9494
for (const key in parentRoutes.current) {
9595
if (
9696
Object.prototype.hasOwnProperty.call(
97-
routesList,
97+
parentRoutes.current,
9898
key
9999
)
100100
) {

0 commit comments

Comments
 (0)