mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Fix tests
This commit is contained in:
parent
cf1251721e
commit
4d6a3c0951
@ -108,7 +108,6 @@ const Box = styled.div([], {
|
||||
|
||||
const Flex = styled.div([], {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
'@media print': {
|
||||
display: 'none'
|
||||
@ -175,7 +174,6 @@ Zoom.defaultProps = {
|
||||
zoom: 1
|
||||
}
|
||||
|
||||
|
||||
export const Presenter = ({
|
||||
index,
|
||||
length,
|
||||
@ -363,7 +361,6 @@ export class SlideDeck extends React.Component {
|
||||
...components
|
||||
}}>
|
||||
<Wrapper
|
||||
{...this.state}
|
||||
slides={slides}
|
||||
width={width}
|
||||
height={height}>
|
||||
|
Loading…
Reference in New Issue
Block a user