Fixed AOP Export Issues

This commit is contained in:
HakkoDevelopment
2022-08-11 20:16:58 -06:00
committed by GitHub
parent f84ed33fae
commit e11ab905d3

View File

@@ -100,7 +100,7 @@ $(function() {
}
if (item.type === "aop") {
$("#aop").text(item.aop);
$("#aop").text(`AOP: ${item.aop}`);
}
if (item.type === "refresh") {