-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove static props and fix layout #578
Conversation
Why are you pinging me to review a page that's still in draft @kelvinkipruto ? |
Latest updated Preview URL
|
@kilemensi Sorry. It's now ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
I'm a bit lost: Why does lib/data/local
use api
from lib/data/rest
? My understanding is lib/data/local
should be using local payload
while lib/data/rest
should be using REST APIs.
At least this is how code is structured in app/charterafrica
. What has channged?
// eslint-disable-next-line react/jsx-no-useless-fragment | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we don't need a div
or <>
. What happens when you remove them completely?
Description
This PR removes static props used previously and fixes page layouts.
Type of change
Checklist: