New exercise name autofill. Log Set button animation.
This commit is contained in:
@@ -50,7 +50,7 @@ interface SortablePlanStepProps {
|
||||
lang: Language;
|
||||
}
|
||||
|
||||
const SortablePlanStep = ({ step, index, toggleWeighted, updateRestTime, removeStep, lang }: SortablePlanStepProps) => {
|
||||
const SortablePlanStep: React.FC<SortablePlanStepProps> = ({ step, index, toggleWeighted, updateRestTime, removeStep, lang }) => {
|
||||
const {
|
||||
attributes,
|
||||
listeners,
|
||||
|
||||
Reference in New Issue
Block a user