mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +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 {
|
interface UnspecificRowProps {
|
||||||
key: string;
|
key: string;
|
||||||
destination: DestinationItem,
|
destination: DestinationItem,
|
||||||
rowMode: string;
|
rowMode: string,
|
||||||
disabled: boolean,
|
disabled: boolean,
|
||||||
isSelected: boolean,
|
isSelected: boolean,
|
||||||
onPressDestination: (destination: DestinationItem) => void,
|
onPressDestination: (destination: DestinationItem) => void,
|
||||||
|
|
Loading…
Add table
Reference in a new issue