mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Apply requested changes
This commit is contained in:
parent
e2974d386e
commit
d3fac3bf94
3 changed files with 12 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ export const useExploreSelected = (): boolean => {
|
|||
return !!match;
|
||||
};
|
||||
|
||||
export const useExploringFeaturedRooms = (): boolean => {
|
||||
export const useExploreFeaturedRooms = (): boolean => {
|
||||
const match = useMatch({
|
||||
path: getExploreFeaturedPath(),
|
||||
caseSensitive: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue