project.ts 81 Bytes
export const getDisable = (code, id) => {
  return code === 'LOCKED' && !!id;
};