diff --git a/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js b/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js
index 23ac82bac..4040be37b 100755
--- a/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js
+++ b/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js
@@ -1,19 +1,17 @@
export default {
- data(){
- return {
-
- }
+ data() {
+ return {};
+ },
+ props: {
+ title: {
+ type: String,
+ required: true,
},
- props:{
- title:{
- type:String,
-
- },
- data:{
- type:Array,
- }
+ data: {
+ type: Array,
},
- template: `
+ },
+ template: /*html*/ `
-
`
-}
\ No newline at end of file
+ `,
+};
diff --git a/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js b/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js
index de0ee0b98..bad40b2fe 100755
--- a/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js
+++ b/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js
@@ -1,34 +1,32 @@
-export default{
- //TODO: To be implemented
- props:{
- data:{
- type:String,
-
- },
- title:{
- type:String,
-
- },
- mobile:{
- type:Boolean,
- default:false,
- }
+export default {
+ //TODO: To be implemented
+ props: {
+ data: {
+ type: String,
},
- methods:{
- hideCollapse: function(){
- this.collapseOpen = false;
- },
- showCollapse: function(){
- this.collapseOpen = true;
- },
+ title: {
+ type: String,
+ required: true,
},
- data(){
- return{
- collapseOpen: false,
-
- }
+ mobile: {
+ type: Boolean,
+ default: false,
},
- template:/*html*/`
+ },
+ methods: {
+ hideCollapse: function () {
+ this.collapseOpen = false;
+ },
+ showCollapse: function () {
+ this.collapseOpen = true;
+ },
+ },
+ data() {
+ return {
+ collapseOpen: false,
+ };
+ },
+ template: /*html*/ `
@@ -65,4 +63,4 @@ export default{
`,
-}
\ No newline at end of file
+};
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js
index 2f6b988e0..51699cdd4 100755
--- a/public/js/components/Cis/Profil/StudentProfil.js
+++ b/public/js/components/Cis/Profil/StudentProfil.js
@@ -199,7 +199,7 @@ export default {
@@ -247,7 +247,7 @@ export default {
@@ -257,8 +257,8 @@ export default {
-
-
+
+
@@ -274,7 +274,7 @@ export default {
@@ -350,11 +350,11 @@ export default {
-
+
-
+
@@ -371,7 +371,7 @@ export default {
-
+
@@ -424,7 +424,7 @@ export default {
-
+