mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Refactor getRecordingRestrictionInfo for better
readability
This commit is contained in:
@@ -119,7 +119,10 @@ const RowOptionsMenu = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getRecordingRestrictionInfo = (recording: Recording) => {
|
const getRecordingRestrictionInfo = (recording: Recording) => {
|
||||||
return getRecordingRestriction(recording.is_laying, recording.is_transition);
|
return getRecordingRestriction(
|
||||||
|
recording.is_laying,
|
||||||
|
recording.is_transition
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const isApproved = isRecordingApproved(props.row.original);
|
const isApproved = isRecordingApproved(props.row.original);
|
||||||
|
|||||||
Reference in New Issue
Block a user