Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
refactor: sort stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jun 13, 2022
1 parent ad0d06e commit b8d29b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ClassView: React.FC<ClassViewProps> = function ({ pythonClass }) {
{pythonClass.name} {!pythonClass.isPublic && '(private)'}
</Heading>
{pythonClass.isPublic && (
<AnnotationDropdown target={id} showMove showRemove showRename showDescription />
<AnnotationDropdown target={id} showDescription showMove showRemove showRename />
)}
</HStack>

Expand Down

0 comments on commit b8d29b9

Please sign in to comment.