Merge branch 'master' into 'production'
Master to prod See merge request sahkoinsinoorikilta/vtmk/web2.0-frontend!111
This commit is contained in:
@@ -110,7 +110,7 @@ const SignupCreatePage: NextPage = () => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const suId = id && Number(id);
|
const suId = id && Number(id);
|
||||||
if (suId !== undefined) {
|
if (suId !== undefined && !Number.isNaN(suId)) {
|
||||||
SignupApi.getForm(suId, true)
|
SignupApi.getForm(suId, true)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
setFormData({
|
setFormData({
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ const FreshmenPageHero: React.FC = () => (
|
|||||||
|
|
||||||
<HeroAsideItem
|
<HeroAsideItem
|
||||||
header="Seuraa killan tiedotusta"
|
header="Seuraa killan tiedotusta"
|
||||||
link="https://t.me/joinchat/rKg3rCtAVkkyNTdk"
|
link="https://t.me/+ubTeGSYKTvg3NmVk"
|
||||||
linkText="Liity killan Telegram-ryhmiin"
|
linkText="Liity killan Telegram-ryhmiin"
|
||||||
/>
|
/>
|
||||||
<HeroAsideItem
|
<HeroAsideItem
|
||||||
|
|||||||
Reference in New Issue
Block a user