Skip to content

Commit

Permalink
hexlet-rus#401 deleted php and python from supported-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
elenashcherbinina committed Nov 20, 2023
1 parent d4f265d commit 759fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/slices/languagesSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createSlice } from '@reduxjs/toolkit';
const slice = createSlice({
name: 'languages',
initialState: {
supportedLanguages: ['javascript', 'php', 'python', 'html'],
supportedLanguages: ['javascript', 'html'],
currentLanguage: 'javascript',
},
reducers: {
Expand Down

0 comments on commit 759fdae

Please sign in to comment.