feature/IO-3461-Fix-Eula

This commit is contained in:
Dave
2025-12-09 17:13:59 -05:00
parent d1637d2432
commit bb4e671c83
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ export function App({
);
}
if (currentEula && !currentUser.eulaIsAccepted) {
if (!isPartsEntry && currentEula && !currentUser.eulaIsAccepted) {
return <Eula />;
}