Skip to content

Commit 4130b29

Browse files
eslint fix
1 parent 126333d commit 4130b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/public/components/environment.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ interface EnvVarsState {
108108
* Set up initial value for the environment vars state. Use this in constructor or cancelChanges.
109109
*
110110
* Our return value here is an object in the form of:
111-
* {
111+
* \{
112112
* env: [[envname, value, id],[...]]
113113
* envFrom: [[envFromprefix, resourceObject, id], [...]]
114-
* }
114+
* \}
115115
*/
116116
const getPairsFromObject = (
117117
element: Partial<Container> = {},

0 commit comments

Comments
 (0)