Skip to content

Commit

Permalink
Fix log and extra character
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
4ian committed Jan 24, 2025
1 parent b6091de commit cbaa785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const TopLevelCollapsibleSection = ({
<Column noOverflowParent>
<LineStackLayout alignItems="center" justifyContent="space-between">
<LineStackLayout noMargin alignItems="center">
s
<IconButton size="small" onClick={toggleFolded}>
{isFolded ? (
<ChevronArrowRightWithRoundedBorder style={styles.icon} />
Expand Down
2 changes: 1 addition & 1 deletion newIDE/app/src/UI/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type AccordionHeadProps = {|
*/
export const AccordionHeader = (props: AccordionHeadProps) => {
const classes = useStylesForExpandIcon();
console.log(classes);

return (
<Column noMargin={props.noMargin} expand>
<Line noMargin expand alignItems="center">
Expand Down

0 comments on commit cbaa785

Please sign in to comment.