mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
oop x2
This commit is contained in:
parent
75bb8079e7
commit
8deb3cdd93
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ interface DestinationItem {
|
|||
interface UnspecificRowProps {
|
||||
key: string;
|
||||
destination: DestinationItem,
|
||||
rowMode: string;
|
||||
rowMode: string,
|
||||
disabled: boolean,
|
||||
isSelected: boolean,
|
||||
onPressDestination: (destination: DestinationItem) => void,
|
||||
|
|
Loading…
Add table
Reference in a new issue