feature/IO-3255-simplified-parts-management - Cleanup
This commit is contained in:
5
client/src/utils/getPartsBasePath.js
Normal file
5
client/src/utils/getPartsBasePath.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const getPartsBasePath = (isPartsEntry) => {
|
||||
return isPartsEntry ? "/parts" : "/manage";
|
||||
};
|
||||
|
||||
export default getPartsBasePath;
|
||||
Reference in New Issue
Block a user