Skip to content
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

feat: create a protected route for campaign applications (Epic #1842) #1855

Conversation

teodorazhelyazkova
Copy link
Contributor

Create a new protected route for campaign applications connected to Epic #1842

Testing

Steps to test

  1. Login as normal user
  2. Visit http://localhost:3040/campaigns/application

Copy link

github-actions bot commented Jun 17, 2024

✅ Tests will run for this PR. Once they succeed it can be merged.

import Layout from '../layout/Layout'

export default function CampaignApplicationPage() {
return <Layout></Layout>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line doesn't pass the linter self-closing rule. Can you change it to <Layout/> or add some child element to it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made it self-closing as I have already started working on another branch where I am adding the children elements.

@sashko9807 sashko9807 added the run tests Allows running the tests workflows for forked repos label Jun 18, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Jun 18, 2024
@sashko9807 sashko9807 merged commit a694a07 into podkrepi-bg:master Jun 18, 2024
11 of 12 checks passed
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Jun 19, 2024
…pi-bg#1842) (podkrepi-bg#1855)

* create a protected route for campaign applications

* fix: self-closing tag linter error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants