mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Fix typo
This commit is contained in:
parent
046d3d323a
commit
71823fbad2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon icon="shortcut" /> <span>Add to Shorcuts</span>
|
<Icon icon="shortcut" /> <span>Add to Shortcuts</span>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem
|
<MenuItem
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
Loading…
Reference in a new issue