Skip to content

Commit

Permalink
remove unncessary as any
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraabouhadid committed Oct 15, 2024
1 parent 05603b9 commit 75ac7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/components/main_footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import { AppThemeSelection } from "@/utils/app_theme";
import { manual } from "@/utils/manual";
const theme = useTheme();
const version = process.env.VERSION as any;
const version = process.env.VERSION;
const baseUrl = import.meta.env.BASE_URL;
const $router = useRouter();
const message = inject("noAppVersion");
Expand Down

0 comments on commit 75ac7cc

Please sign in to comment.