mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
change name of hook to be useKebabifiedMenu
This commit is contained in:
committed by
John Mitchell
parent
8f04026404
commit
a352de3da7
@@ -5,4 +5,4 @@ export const KebabifiedContext = React.createContext({});
|
||||
|
||||
export const KebabifiedProvider = KebabifiedContext.Provider;
|
||||
export const Kebabified = KebabifiedContext.Consumer;
|
||||
export const useKebabified = () => useContext(KebabifiedContext);
|
||||
export const useKebabifiedMenu = () => useContext(KebabifiedContext);
|
||||
|
||||
Reference in New Issue
Block a user