diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx index e6f1242..214c04e 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.tsx @@ -133,7 +133,8 @@ const PrimitivePropRow: React.FC<{ }) }, [leaf]) - const label = leaf.pathToProp[leaf.pathToProp.length - 1] + const label = + leaf.propConf.label ?? leaf.pathToProp[leaf.pathToProp.length - 1] const isSelectable = true const headRef = useRef(null)