mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
fix share date setting, notification, lint fix
This commit is contained in:
@@ -846,12 +846,12 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
||||
rightIcon: (
|
||||
<Group ref={setRatingsRef as any}>
|
||||
<Rating
|
||||
value={rating}
|
||||
onChange={(e) => {
|
||||
handleUpdateRating(e);
|
||||
setRating(e);
|
||||
}}
|
||||
size="xs"
|
||||
value={rating}
|
||||
/>
|
||||
</Group>
|
||||
),
|
||||
@@ -891,6 +891,7 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
||||
handleOpenItemDetails,
|
||||
handlePlay,
|
||||
handleUpdateRating,
|
||||
rating,
|
||||
]);
|
||||
|
||||
const mergedRef = useMergedRef(ref, clickOutsideRef);
|
||||
|
||||
Reference in New Issue
Block a user