remove outdated todo

This commit is contained in:
Sebastian Sdorra
2018-08-30 10:10:59 +02:00
parent e3b6b6c18f
commit dd76a00aa1

View File

@@ -12,7 +12,7 @@ type Props = {
proxyServer: string,
proxyUser: string,
enableProxy: boolean,
proxyExcludes: string[], //TODO: einbauen!
proxyExcludes: string[],
t: string => string,
onChange: (boolean, any, string) => void,
hasUpdatePermission: boolean