Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Dec 5, 2023
1 parent f6ccd7e commit 587b232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/etherscan/src/app/components/HeaderWithSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SettingsIcon: React.FC<IconProps> = ({from}: IconProps) => {
)
}

export const HeaderWithSettings: React.FC<Props> = ({title = '', from}) => {
export const HeaderWithSettings: React.FC<Props> = ({title = '', from}) => {
return (
<AppContext.Consumer>
{() => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function RecorderUI(props: RecorderProps) {
</span>
</div>
</div>
{ toggleExpander && <div className={`pb-2 flex-column ${toggleExpander ? 'd-flex' : 'd-none'}`} data-id='remixRecorderExpanded'>
{ toggleExpander && <div className={`pb-2 flex-column d-flex`} data-id='remixRecorderExpanded'>
<div className="mb-1 mt-1 custom-control custom-checkbox mb-1" id='udappRecorderUseLatest'>
<input ref={inputLive} type="checkbox" id="livemode-recorder" className="custom-control-input custom-select" name="input-livemode" />
<CustomTooltip
Expand Down

0 comments on commit 587b232

Please sign in to comment.