Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 5b7d54f

Browse files
authored
Merge branch 'master' into resourcer-feature
2 parents 5433648 + 0f41431 commit 5b7d54f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const App: React.FC = () => {
3131
path="/organization/:organizationId"
3232
component={OrganizationSettings}
3333
/>
34-
<Route path="/settings" component={UserSettings} />
34+
<Route path="/settings" component={UserSettings} />
3535
<Route path="/" component={Home} />
3636
</Switch>
3737
</main>

client/src/Users/UserApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export interface TsrUserSettings {
3232
}
3333

3434
export type UserRole = "ADMIN" | "USER";
35-
3635
export interface TsrUser {
3736
userId: string;
3837
username: string;

0 commit comments

Comments
 (0)