mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-17 16:46:04 +00:00
Spelling
This commit is contained in:
parent
a0cecb8f93
commit
a20bab1877
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ import { memo } from "react";
|
|||
import classnames from "classnames";
|
||||
import * as Actions from "../../actionCreators";
|
||||
import * as Selectors from "../../selectors";
|
||||
import ContextMenuWraper from "../ContextMenuWrapper";
|
||||
import ContextMenuWrapper from "../ContextMenuWrapper";
|
||||
import { Node } from "../ContextMenu";
|
||||
import { useTypedSelector, useActionCreator } from "../../hooks";
|
||||
import WinampButton from "../WinampButton";
|
||||
|
|
@ -11,7 +11,7 @@ const Shuffle = memo(() => {
|
|||
const shuffle = useTypedSelector(Selectors.getShuffle);
|
||||
const handleClick = useActionCreator(Actions.toggleShuffle);
|
||||
return (
|
||||
<ContextMenuWraper
|
||||
<ContextMenuWrapper
|
||||
renderContents={() => (
|
||||
<Node
|
||||
checked={shuffle}
|
||||
|
|
@ -27,7 +27,7 @@ const Shuffle = memo(() => {
|
|||
onClick={handleClick}
|
||||
title="Toggle Shuffle"
|
||||
/>
|
||||
</ContextMenuWraper>
|
||||
</ContextMenuWrapper>
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue