diff --git a/Website/src/components/DeviceModule.tsx b/Website/src/components/DeviceModule.tsx index 7b8bedd7..1ecbe325 100644 --- a/Website/src/components/DeviceModule.tsx +++ b/Website/src/components/DeviceModule.tsx @@ -64,7 +64,7 @@ const DeviceModule = (props: Props) => { const post_mount = SuFile.exist(`${settings.mod_tree}/${module}/${settings.mod_mounted}`); const boot_complete = SuFile.exist(`${settings.mod_tree}/${module}/${settings.mod_boot}`); - const module_config_file = SuFile.exist(`${settings.mod_tree}/${module}/system/usr/share/mmrl/config/${module}.js`); + const module_config_file = SuFile.exist(`${settings.mod_tree}/${module}/system/usr/share/mmrl/config/${module}.mdx`); if (!readProps.exist()) { return null;