このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
wayne.lee
/
tsms
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
no newline
pull/10/head
MSI\2Fi
5ヶ月前
親
1dfaf4dd4f
コミット
7da05b4019
4個のファイルの変更
、
4行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
+1
-1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
ファイルの表示
@@ -512,4 +512,4 @@ const TimesheetAmendment: React.FC<Props> = ({
);
};
export default TimesheetAmendment;
export default TimesheetAmendment;
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
ファイルの表示
@@ -82,4 +82,4 @@ export const TimesheetAmendmentModal: React.FC<Props> = ({
</Card>
</Modal>
);
};
};
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
ファイルの表示
@@ -248,4 +248,4 @@ const UserWorkspacePage: React.FC<Props> = ({
);
};
export default UserWorkspacePage;
export default UserWorkspacePage;
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
ファイルの表示
@@ -89,4 +89,4 @@ const UserWorkspaceWrapper: React.FC = async () => {
);
};
export default UserWorkspaceWrapper;
export default UserWorkspaceWrapper;
書き込み
プレビュー
読み込み中…
キャンセル
保存