Skip to content

Commit

Permalink
mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 21, 2023
1 parent 1a75d9b commit 409ef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/components/DeviceModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 409ef91

Please sign in to comment.