Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b8d29b9

Browse files
committed
refactor: sort stuff
1 parent ad0d06e commit b8d29b9

File tree

1 file changed

+1
-1
lines changed
  • api-editor/gui/src/features/packageData/selectionView

1 file changed

+1
-1
lines changed

api-editor/gui/src/features/packageData/selectionView/ClassView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const ClassView: React.FC<ClassViewProps> = function ({ pythonClass }) {
2121
{pythonClass.name} {!pythonClass.isPublic && '(private)'}
2222
</Heading>
2323
{pythonClass.isPublic && (
24-
<AnnotationDropdown target={id} showMove showRemove showRename showDescription />
24+
<AnnotationDropdown target={id} showDescription showMove showRemove showRename />
2525
)}
2626
</HStack>
2727

0 commit comments

Comments
 (0)