Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and psychedelicious committed Aug 24, 2023
1 parent 466a819 commit 44b6adf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ const SingleSelectionMenuItems = (props: SingleSelectionMenuItemsProps) => {
</MenuItem>
{metadata?.created_by && (
<Flex
padding="5px 10px"
// backgroundColor="gray.600"
// marginBottom="-5px"
marginTop="5px"
sx={{
padding: '5px 10px',
marginTop: '5px',
}}
>
<Text fontSize="xs" fontWeight="bold">
Created by {metadata?.created_by}
Expand Down

0 comments on commit 44b6adf

Please sign in to comment.