chore(layout): address requested changes

This commit is contained in:
Elian Doran
2025-12-15 07:27:55 +02:00
parent 0960b585bd
commit 0c8944ab8e
2 changed files with 3 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ function NoteActionsCustomInner(props: NoteActionsCustomInnerProps) {
return <FileActions {...props} />;
case "image":
return <ImageActions {...props} />;
default:
return null;
}
}