mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Format code style
This commit is contained in:
@@ -17,7 +17,9 @@ const useBookings = () => {
|
||||
const [searchParams] = useSearchParams();
|
||||
|
||||
const searchValue = searchParams.get('search') || '';
|
||||
const page = searchParams.get('page') ? Number(searchParams.get('page')) : 1;
|
||||
const page = searchParams.get('page')
|
||||
? Number(searchParams.get('page'))
|
||||
: 1;
|
||||
|
||||
const {
|
||||
isLoading,
|
||||
|
||||
Reference in New Issue
Block a user