Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Oct 13, 2023
1 parent 3aa46f3 commit d6424e7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { ModalBody, ModalButtons, ModalHeader } from '../ModalPlumbing'
import styled, { css } from 'styled-components'
import { maxWidth } from '@charcoal-ui/utils'

export const InternalScrollStory: Story<ModalProps> = (
args: ModalProps
) => {
export const InternalScrollStory: Story<ModalProps> = (args: ModalProps) => {
const state = useOverlayTriggerState({})
return (
<OverlayProvider>
Expand Down

0 comments on commit d6424e7

Please sign in to comment.