mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 20:31:21 +02:00
Fix weird formatting
Signed-off-by: Resynth <resynth1943@tutanota.com>
This commit is contained in:
parent
76edd551e5
commit
a3212c0477
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2017 Vector Creations Ltd
|
Copyright 2017 Vector Creations Ltd
|
||||||
|
Copyright 2020 Resynth <resynth1943.net>
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@ -21,7 +22,7 @@ import QuestionDialog from './QuestionDialog';
|
|||||||
type IProps = Exclude<
|
type IProps = Exclude<
|
||||||
React.ComponentProps<QuestionDialog>,
|
React.ComponentProps<QuestionDialog>,
|
||||||
"title" | "danger" | "description"
|
"title" | "danger" | "description"
|
||||||
>;
|
>;
|
||||||
|
|
||||||
export default function AccessTokenDialog(props: IProps) {
|
export default function AccessTokenDialog(props: IProps) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user